Using Dynamic Data with EF Code First and NuGet
Dynamic Data works out of the box with Entity Framework, but it takes a small trick to get it working with the latest EF Code First bits (known as CTP5). Here is quick walk through of what you need to do. As a first step, create a new ASP.NET Dynamic D…