Taking Your ASP.NET Apps to the Cloud with Microsoft Azure Web Sites

Entity Framework is Microsoft's recommended data access technology for new applications in .NET. We'll explore how the current release of Entity Framework can be used to build applications. We'll also look at an early preview of EF7, a modern, lighter weight, and composable version of Entity Framework (EF) that can be used on a variety of platforms, including ASP.NET vNext, Windows Phone and Windows Store. This new version will also support targeting non-relational data stores.
Very informative session. Great presentation. Lots of cool features coming.
thanks for the Great presentation!
I would like to know the name of the CodePlex project Rowan refers to about 53 minutes into the presentation. After some sleuthing through the 817 LINQ projects, I've given up searching for it.
@CalvinCraig I have a list of EF 6 extensions here: http://erikej.blogspot.dk/2014/02/entity-framework-6-sql-server-compact_28.html
Great news EF --> InMemory, Azure Table Storage
Keep up the good stuff.
Hi Rowan, Nice talk, But what about speed & performance optimizations of EF7 as compared to EF6 and things like ServiceStack.OrmLite & Dapper. Benchmarks would be great if any :D!!