An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/entityframeworksolutionstructurewindowsforms_visualbasic

Demo of project structure for working with Entity Framework
https://github.com/karenpayneoregon/entityframeworksolutionstructurewindowsforms_visualbasic

entity-framework technet-article visual-studio

Last synced: about 2 months ago
JSON representation

Demo of project structure for working with Entity Framework

Awesome Lists containing this project

README

          

### Visual Studio: structuring an Entity Framework project

[TechNet article](https://social.technet.microsoft.com/wiki/contents/articles/53225.visual-studio-structuring-an-entity-framework-project.aspx)

### Database scripts
There are several scripts located under Solution Items with meaningful names to match up to the projects. Either run all scripts or just the ones you are interested in e.g. if working with NorthWindData run NorthWindScript.sql.

Scripts may be run inside Visual Studio via creating a new text file with .sql extension or using SSMS (SQL-Server Management Studio) which is recommended.

### Notes
> RelationsSimple is not part of the TechNet article, it's to assist with a forum question.

![ss](asserts/06.png)

### Contacts code sample (not part of article)

This is the sole Windows form project, all others are class projects and unit test projects.

![contacts](asserts/2222.png)