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.