Author: ScottGu's Blog | Posted on: 12/11/2012 7:10:22 PM | Views : 945

The Entity Framework team recently announced the 2 nd 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. Custom conventions now provide the ability to override the default conventions that Code First uses for mapping types, properties, etc. to your database. Multi-tenant migrations allow the same database...(read more) ...

Go to the complete details ...