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.