Welcome to MSDN Blogs
Sign in
|
Join
|
Help
David Ebbo's blog
Dynamic Data and other ASP.NET topics
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
ASP.NET
Dynamic Data
IronPython
Archives
August 2008 (1)
June 2008 (4)
May 2008 (3)
April 2008 (1)
March 2008 (1)
December 2007 (4)
June 2007 (1)
November 2006 (1)
November 2005 (1)
October 2005 (2)
Blogroll
Scott Hunter's blog
Marcin Dobosz's blog
June 2008 - Posts
Wednesday, June 18, 2008 4:37 PM
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
Wednesday, June 18, 2008 12:09 AM
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
Monday, June 16, 2008 12:13 PM
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
Friday, June 13, 2008 12:46 PM
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