Skip to content

Files

Latest commit

 

History

History
7 lines (6 loc) · 387 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 387 Bytes

EF6-DBFirst-Demo

Entity Framework 6 Database-First Demo Project

Instructions to run this demo project:

  • Download EF6-DBFirst-Demo project and open it in Visual Studio 2017.
  • Open MS SQL Server 2012 and attach SchoolDB.mdf (included in EF6DBFirstDemo folder).
  • Verify the connection string in App.config in Visual Studio and make sure that it is pointing to your local DB server.