# ef6-demo **Repository Path**: xkz-open-source-code/ef6-demo ## Basic Information - **Project Name**: ef6-demo - **Description**: .Net5 EF6 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.