Today, we are pleased to announce an update to ASP.NET DynamicData and EntityDataSource control, so that they work with Entity Framework 6. What’s in this preview - DynamicData provider for Entity Framework 6 - EntityDataSource control for Entity Framework 6 How to install this preview You can download this preview for ASP.NET DynamicData.EFProvider and EntityDataSource as preview NuGet packages from the NuGet gallery. You can install these pre-release packages through NuGet using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.DynamicData.EFProvider -Version 6.0.0-alpha1 –Pre Install-Package Microsoft.AspNet.EntityDataSource -Version 6.0.0-alpha1 –Pre Getting started Microsoft.AspNet.DynamicData.EFProvider This...(read more)
Go to the complete details ...