Welcome to MSDN Blogs Sign in | Join | Help

December 2008 - Posts

Two worlds of Dynamic Data customization: generic vs schema specific

There are many ways to customize a ASP.NET Dynamic Data site, which can sometimes be a bit overwhelming to newcomers. Before deciding what customization makes sense for you, it is important to understand the two major buckets that they fall into: Generic
Posted by davidebb | 5 Comments
Filed under: ,

Time for a new useless blog subtitle

For the longest time, I had set my blog subtitle to “Dynamic Data and other ASP.NET topics”, which some might argue would not have won any originality contests.  On the bright side, it was a fine match for my equally original blog title: “David Ebbo's
Posted by davidebb | 2 Comments

Using Dynamic Data with multiple databases

Most Dynamic Data web sites typically only use a single database, with either a Linq To Sql or Entity Framework model over it. But in some cases, you need your site to use multiple databases/models. This came up today in this forum thread . In fact, the
Posted by davidebb | 9 Comments
Filed under: ,

Attachment(s): DynamicDataEFAndL2S.zip

Handling database exceptions in Dynamic Data

This post was prompted from a forum thread in which the user wanted to display database errors in a Dynamic Data page, instead of the default behavior that ends up with an unhandled exception (or an AJAX error with partial rendering). When using Linq
 
Page view tracker