Archive for the ‘Dynamic Data’ Category

Many-to-many template for Dynamic Data

I’m currently working on a project that involves Dynamic Data (DD) and the Entity Framework (EF). My model has a many-to-many relationship, which EF handles pretty well. The junction table doesn’t show up in the conceptual model. Unfortunately, the current version of DD is not able to cope with these scenario’s. Luckily, DD guru David [...]

Dynamic Data points of interest

Ok, when you’ve selected the right template to start off with Dynamic Data, there are some other issues you need to be aware of. 1. The first time I tried to edit an entity in my DD site, I got an exception: Sys.webforms.pageRequestManagerServerErrorException: an unknown error occured while processing the request on the server. If [...]

Dynamic Data: choose the right template

I wanted to add Dynamic Data functionality in my existing mvc app. Therefore, I downloaded the sample from codeplex. The sample ran just fine, until I merged it with my mvc app. I received the following error: "The method 'Skip' is only supported for sorted input in LINQ to Entities" It's good to know there [...]