Skip to content

karenpayneoregon/EntityFrameworkSolutionStructureWindowsForms_VisualBasic

Repository files navigation

Visual Studio: structuring an Entity Framework project

TechNet article

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

Contacts code sample (not part of article)

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

contacts

About

Demo of project structure for working with Entity Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published