EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update
Posted by: ScottGus Blog,
on 06 May 2011 |
View original | Bookmarked: 0 time(s)
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month. In todays blog post Im going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF code-first support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data...