• Stars
    star
    138
  • Rank 263,370 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Entity Framework 6 Database-First Demo Project

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.