<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx</link><description>Now that ScottGu blogged about it , we have received a number of great feedback and questions.&amp;#160; I'll try to answer some them here. &amp;#160; Will this work with MVC? In this initial Preview, Dynamic Data is mostly targeting 'standard' ASP.NET pages,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>.Net &amp;amp; Learning Curves  &amp;raquo; Blog Archive   &amp;raquo; ASP.NET MVC + Dynamic Data Sample</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6773187</link><pubDate>Sat, 15 Dec 2007 02:04:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6773187</guid><dc:creator>.Net &amp; Learning Curves  » Blog Archive   » ASP.NET MVC + Dynamic Data Sample</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://dotnet.robertmao.com/2007/12/14/aspnet-mvc-dynamic-data-sample/"&gt;http://dotnet.robertmao.com/2007/12/14/aspnet-mvc-dynamic-data-sample/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Link Listing - December 14, 2007</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6778710</link><pubDate>Sat, 15 Dec 2007 20:00:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6778710</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;ASP.NET New ASP.NET Dynamic Data Support [Via: ScottGu ] Answers to frequently asked ASP.NET Dynamic...&lt;/p&gt;
</description></item><item><title>Link Listing - December 14, 2007</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6778712</link><pubDate>Sat, 15 Dec 2007 20:00:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6778712</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;Link Listing - December 14, 2007&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6782158</link><pubDate>Sun, 16 Dec 2007 12:33:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6782158</guid><dc:creator>Sambo</dc:creator><description>&lt;p&gt;I watched your screencast in your previous post that is the best one. It look like ASP.NET AJAX. Does it come to replace ASP.NET AJAX?&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6785614</link><pubDate>Mon, 17 Dec 2007 04:22:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6785614</guid><dc:creator>Walter G</dc:creator><description>&lt;p&gt;I liked you previous screencast and am sure your next one will also be good. Throw in a many 2 many relatios please&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6786671</link><pubDate>Mon, 17 Dec 2007 09:21:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6786671</guid><dc:creator>davidebb</dc:creator><description>&lt;p&gt;Sambo: this feature is orthogonal to ASP.NET AJAX and does not replace it. &amp;nbsp;The default templates do make use of it (in the master page), but this is completely optional.&lt;/p&gt;
&lt;p&gt;Walter G: when we get support for Linq To Entities, we can show some Many To Many samples as it enables that easily.&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6795486</link><pubDate>Tue, 18 Dec 2007 13:15:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6795486</guid><dc:creator>Mischa Kroon</dc:creator><description>&lt;p&gt;Does it support / will it support:&lt;/p&gt;
&lt;p&gt;1. Composite keys &lt;/p&gt;
&lt;p&gt;2. Many 2 Many relationships &lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6798614</link><pubDate>Tue, 18 Dec 2007 21:53:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6798614</guid><dc:creator>davidebb</dc:creator><description>&lt;p&gt;Good questions Mischa. &amp;nbsp;I just added a note about Many To Many support. &amp;nbsp;Composite primary keys are supported today (e.g. OrderDetails in Northwind). &amp;nbsp;Composite foreign keys are currently broken, but we will fix this.&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6800716</link><pubDate>Wed, 19 Dec 2007 03:11:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6800716</guid><dc:creator>werner Oroxon</dc:creator><description>&lt;p&gt;I have downloaded the net 3.5 extensions because your video just draged me to update it is a great introduction to a new way of do things.&lt;/p&gt;
&lt;p&gt;i just have one question im facing 2 errors when i try to run after the setting to true step, one is that if I use VB i get the following errors:&lt;/p&gt;
&lt;p&gt;child nodes are not allowed &lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;The element 'system.web.extensions' has invalid child element 'dynamicData'&lt;/p&gt;
&lt;p&gt;if i use c# the i only see the child nodes.&lt;/p&gt;
&lt;p&gt;i was wondering if i have done something wrong or im missing something.&lt;/p&gt;
&lt;p&gt;im usting VS2008 RTM and the extensions over Vista Enterprise.&lt;/p&gt;
&lt;p&gt;thanks if you could help me.&lt;/p&gt;
</description></item><item><title>re: Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#6800934</link><pubDate>Wed, 19 Dec 2007 03:40:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6800934</guid><dc:creator>davidebb</dc:creator><description>&lt;p&gt;Werner, could I ask you to post your question to the forum instead (&lt;a rel="nofollow" target="_new" href="http://forums.asp.net/1145.aspx"&gt;http://forums.asp.net/1145.aspx&lt;/a&gt;)? &amp;nbsp;This way we can have more people from the team helping with it.&lt;/p&gt;
&lt;p&gt;One thing: make sure that you create your web site using the new 'Dynamic Data WebSite' template.&lt;/p&gt;
&lt;p&gt;Let's follow up on the forum.&lt;/p&gt;
</description></item><item><title>David Ebbo's ASP.NET blog : Answers to frequently asked ASP.NET Dynamic Data questions</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#8577020</link><pubDate>Fri, 06 Jun 2008 08:35:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8577020</guid><dc:creator>Weddings</dc:creator><description>&lt;p&gt;Now that ScottGu blogged about it , we have received a number of great feedback and questions.&amp;amp;amp;#160; I'll try to answer some them here. &amp;amp;amp;#160; Will this work with MVC? In this initial Preview, Dynamic Data is mostly targeting 'standard' ASP.NET&lt;/p&gt;
</description></item><item><title>ASP.NET里的支架：Dynamic Data Support(转载)</title><link>http://blogs.msdn.com/davidebb/archive/2007/12/14/answers-to-frequently-asked-asp-net-dynamic-data-questions.aspx#8886686</link><pubDate>Fri, 22 Aug 2008 05:17:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8886686</guid><dc:creator>不足道</dc:creator><description>&lt;p&gt;ASP.NET里的支架：DynamicDataSupport&lt;/p&gt;
&lt;p&gt;作者HartmutWilms译者张海龙发布于2007年12月23日下午10时44分 社区&lt;/p&gt;
&lt;p&gt;.NET&lt;/p&gt;
&lt;p&gt;主题&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
</description></item></channel></rss>