Author: .NET Web Development and Tools Blog | Posted on: 2/28/2014 4:19:31 PM | Views : 1650

Today, we are pleased to announce RTM of ASP.NET Dynamic Data and EntityDataSource control for EntityFramework 6 What’s in this release - Dynamic Data provider for Entity Framework 6 - EntityDataSource control for Entity Framework 6 How to install You can download this release for ASP.NET DynamicData.EFProvider ( http://www.nuget.org/packages/Microsoft.AspNet.DynamicData.EFProvider/ ) and EntityDataSource ( http://www.nuget.org/packages/Microsoft.AspNet.EntityDataSource/ ) from the NuGet gallery. Install-Package Microsoft.AspNet.DynamicData.EFProvider -Version 6.0.0 Install-Package Microsoft.AspNet.EntityDataSource -Version 6.0.0 Getting started Microsoft.AspNet.DynamicData.EFProvider This package has a DynamicData EFProvider for EntityFramework...(read more) Go to the complete details ...