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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/entityframeworksolutionstructurewindowsforms_visualbasic
- Owner: karenpayneoregon
- Created: 2019-08-26T21:04:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T01:32:47.000Z (over 5 years ago)
- Last Synced: 2025-01-29T00:29:40.089Z (over 1 year ago)
- Topics: entity-framework, technet-article, visual-studio
- Language: Visual Basic .NET
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.

### Contacts code sample (not part of article)
This is the sole Windows form project, all others are class projects and unit test projects.
