The Entity Framework team recently announced the 2nd alpha release of EF6. The alpha 2 package is available for download from NuGet. Since this is a pre-release package make sure to select "Include Prereleases" in the NuGet package manager, or execute the following from the package manager console to install it:
PM> Install-Package EntityFramework -Pre This week's alpha release includes a bunch of great improvements in the following areas:
Async language support is now available for queries and updates when running on .NET 4.5. Cu ...
Go to the complete details ...