Just created a sample to showcase EF 4.0 Code First approach..it so happens that the app made to showcase uses the MVC 3.0 pattern with Razor implementation . So why not highlight a few points there too. Goodbye <%=%> , hello @ @Model.IdeaTitle +”:”+@Model.Description+” :”+ @Model.SubmittedBy Server tag commenting… @*@{ ViewBag.Title = “Index”; }*@ ViewBag […]
Monthly Archives: December 2010
Introducing Code First Entity Framework 4.0!
The ADO.NET team recently came up with a new concept in OR mapping called “Code First” model in Entity Framework 4.0 In addition to supporting a designer-based development workflow, EF4 also enables a more code-centric option which we call “code first development”. Code-First Development enables a pretty sweet development workflow While using the Entity Framework, […]