Entity Framework 4.1 RTW Released

Microsoft ADO.NET team has announced the final Release to Web (RTW) of of Entity Framework 4.1. You can download the  Entity Framework 4.1 from here or you can use NuGet to get final version of Entity Framework 4.1.

Demo App for Entity Framework 4.1 Code First and ASP.NET MVC 3

You can download my demo web app at CodePlex for demonstrating  Entity Framework 4.1 Code First and ASP.NET MVC 3. The demo app also provides generic repository and unit of work pattern for Entity Framework 4.1 Code First.

2 Comments

  • what is the upgrade procedure from RC to RTM

    thanks

  • @Buaziz - You can upgrade the Entity Framework assembly using stand alone installer or using NuGet. For changes, EF 4.1 RTW Change to Default MaxLength in Code First, check out http://blogs.msdn.com/b/adonet/archive/2011/03/29/ef-4-1-rtw-change-to-default-maxlength-in-code-first.aspx

Comments have been disabled for this content.