EF4 Generate Database
- by shaneseaton
Hi,
I am trying my hardest to find the simplest way to create a basic "model first" entity framework example. However I am struggling with the actually generation of the database, particularly the running of the SQL against the database.
Tools
Visual Studio 2010
SQL Server 2008 Express
Process
Create a new class project
Add a new…