Skip to content
Bassam Alugili edited this page Oct 20, 2017 · 2 revisions

Welcome to the EntityFrameworkCoreDemo wiki!

Prerequisite:

  • Visual Studio 2017
  • .NET Core 2.0
  • SQL-Server with LocalDB named "mssqllocaldb", otherwise you have to modify the connection string in all DbContext-files.

Build

Open the solution file and everything should out-of-the-box working. Build and start the application.

Notes

Some examples are commented.

Clone this wiki locally