real time example
How to make a simple mvc ASP.net C# application of a product and store its values.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kannav JamwalPosted May 3, 2017, 6:44 AM
Bhuvanesh MohankumarPosted May 2, 2017, 5:02 PM
n most cases you can run the application by following these steps:
If you have any problems with those instructions, follow these longer instructions.
"The term 'Update-Database' is not recognized as the name of a cmdlet, function, script file, or operable program", exit and restart Visual Studio.)
Running the Sample
To run the sample, hit F5 or choose the Debug | Start Debugging menu command. You will see the home page which includes a menu bar. (In a narrow browser window you'll have to click the symbol at the top right of the page in order to see the menu.)
From this page you can select any of the tabs to perform various actions such as display a list of students, add new students, display a list of instructors, and so forth.
Mark as answer, if helpful.