We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2329521 commit 3bb0cacCopy full SHA for 3bb0cac
README.md
@@ -13,9 +13,4 @@ using ASP.NET Core and EntityFramework Core.
13
14
* Open solution in Visual Studio 2015
15
* Set .Web project as Startup Project and build the project.
16
-* Run database migrations
17
- * Open command line
18
- * Locate to the folder contains .EntityFrameworkCore project
19
- * Run "dotnet ef database update" command from console.
20
-* Add a few product to Products table in the database.
21
* Run the application.
0 commit comments