ASP.NET Core 2.0 MVC Application with Visual Studio 2017
This application was created for learning purposes. The application starts by showing a list of some pies that Bethany is offering on her site. You can click on one of the pies and then see the details of that particular pie. You can also click on the Feedback button here to send some feedback to Bethany. However, before sending feedback, you need to either register or log in. The application uses ASP.NET Helper Tags and ASP.NET Core Identity.
- Rebuild your project
- Go to Tools -> NuGet Package Manager -> Package Manager Console
- run the command PM> update-database
- Go to View, click SQL Server Object Explorer
- Under SQL Server, find your local database BethanyDemo123
- Check if the tables are created