Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

Using ASP.NET Dynamic Data with ObjectDataSource

Support for LINQ based O/R mappers Out of the box, ASP.NET Dynamic Data has support for both Linq To Sql and Entity Framework.  In addition, it has a provider model which allows additional O/R mappers to be supported.  For instance, we have
Posted by davidebb | 3 Comments

ASP.NET Dynamic Data on CodePlex

Today, ASP.NET Dynamic Data moved from its current home on Code Gallery to its new home on CodePlex .  Note that this is part of a general ASP.NET CodePlex project, so you'll see other features mentioned in there, like MVC and AJAX.  This doesn't
Posted by davidebb | 1 Comments

Dynamic Data and the Associated Metadata Class

If you've used Dynamic Data or watched some demos, you may have been puzzled by the way metadata is associated with database fields. Instead of being placed directly on the partial Entity class (e.g. Product), it needs to go on a different class which
Posted by davidebb | 1 Comments

Understanding foreign keys and relationship columns in Dynamic Data

Suppose you're dealing with a table that has a foreign key relationship with another table.  To take the canonical example, let's say we're looking at the Northwind Products table, which has a foreign key into the Categories table.  What this
Posted by davidebb | 2 Comments
 
Page view tracker