Dynamic Data screencast is now available!
I made a screencast which walks through a basic scenario of using ASP.NET Dynamic Data in a simple site using Northwind. It's about 17 minutes long. Enjoy and feel free to give any feedback here or in the forum.
Comments
Anonymous
December 12, 2007
The comment has been removedAnonymous
December 12, 2007
The comment has been removedAnonymous
December 12, 2007
Thanks for the good feedback! Dirk, I think the information in the QuickStart (http://quickstarts.asp.net/3-5-extensions/dyndata/ASPNETDynamicDataFields.aspx) should be relatively complete, but if you have any questions, go ahead and ask it on the forum!Anonymous
December 12, 2007
David Ebbo has just posted a screencast covering the Dynamic Data feature in ASP.NET 3.5 Extensions PreviewAnonymous
December 12, 2007
That is wicked cool... Thanks for the screencast! The pace was great, and puts alot of things into perspective, I'm super excited!Anonymous
December 12, 2007
Awesome! I was trying to explain to a colleague about this feature: "It's like the ease of databinding of the GridView and SqlDataSource, but for your whole data model, and it's based on templates..." Then I showed him this screen cast and he was blown away. Thanks for sharing it!Anonymous
December 12, 2007
Hi David, Finaly Microsoft is cool ... I am going to love using this man, Thx a lotAnonymous
December 13, 2007
Are many to many relationscips supported with linq2sql? Am I correct that linq2entities knows the concept of m:n relations and you will leverage this in Dynamic Data?Anonymous
December 13, 2007
Fantastic screencast! Please keep them coming!Anonymous
December 13, 2007
Tom, Linq to Sql actually can support many to many by creating a middle table. Check out this post for more details: http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx. Linq To Entities will indeed have improved support for this, and generally make it easier. As of the December Preview, DynamicData only supports Linq To Sql, but the next public build will include Entities support.Anonymous
December 13, 2007
The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. OneAnonymous
December 13, 2007
Another great video to watch. Now I have to montitor this blog as well.Anonymous
December 13, 2007
כחלק מ December CTP של ASP.NET 3.5 Extensions ניתן למצוא גם את Dynamic Data עליו כבר כתבתי פוסט בעברAnonymous
December 13, 2007
Uuuu, this rocks! It feels like asp.net went from 2.0 to 6.0 or something.Anonymous
December 14, 2007
Sempre nell'ottica di realizzazione di prototipi o di back end, ASP.NET Dynamic Data sembra essereAnonymous
December 14, 2007
It's as if a thousand RAILS developers were screaming and then suddenly silenced...Anonymous
December 15, 2007
David, how would searching be implemented? When you are dealing with tables with millions of records, we need to search to limit the response. What's the implementation for that?Anonymous
December 15, 2007
If you can get it to work with less configuration, that would be great! The web.config in ASP.NET 3.5 is too full imho.Anonymous
December 15, 2007
I like render hints, can you look into that as a general ASP.NET feature?Anonymous
December 16, 2007
Microsoft is so cool ...Anonymous
December 16, 2007
The comment has been removedAnonymous
December 17, 2007
The comment has been removedAnonymous
December 17, 2007
MadX: yes, Linq is generally not exposed to SQL injections, since when you use it you are never manually constructing SQL statements.Anonymous
December 17, 2007
What's wrong with this Kool Aid?Anonymous
December 17, 2007
This post walks through the steps I've taken to create simple Dynamic Data Web Application. I just lovedAnonymous
December 18, 2007
oh,It appears wonderful!Great!Anonymous
December 18, 2007
wonderful!Anonymous
December 23, 2007
That was an excellent demonstration! Please do more? KenAnonymous
December 24, 2007
Thank you for this excellent screencast! Could you please put the screentcast Project for download? I really liked the custom ajax based templates You added.Anonymous
December 25, 2007
Shay, I just attached a zip file to this post. It contains the Ajax field templates I used in the demo. DavidAnonymous
December 25, 2007
Thank you very much! Shay.Anonymous
December 27, 2007
asp.net 3.5 extensions لم ارى اينAnonymous
December 30, 2007
Cool. A friend was trying to show this too me but couldn't really explain how it all worked underneath. Your screencast did a superb job of that!! Thanks!Anonymous
December 31, 2007
This is very nice, what about adding items through this method? How would this work?Anonymous
December 31, 2007
Itamar, Dynamic Data lets you easily insert new items from the DetailsView control. Sorry, I should have covered that in the screencast.Anonymous
January 02, 2008
I have to say that this stuff is very interesting. Great work on the screencast.Anonymous
January 02, 2008
Hello David! Thank you for your great controls. Just only one question about DynamicDetailsView control. Could you please explain me how to get the cascade dropdownlist when i use RenderHint="ForeignKey" for DynamicField?Anonymous
January 02, 2008
LukCAD, not sure I quite understand your question, Would you mind posting it to the Dynamic Data forum (http://forums.asp.net/1145.aspx) with additional details? We'll try to get you an answer over there. Thanks!Anonymous
January 02, 2008
David, thank you for your reply. I will try explain it into forums soon. But i must said again thank you, i found in your forums a lot of useful things by this thread: http://forums.asp.net/t/1195935.aspx?PageIndex=1 and also fixed some bugs by this link: http://blogs.msdn.com/marcinon/archive/2007/12/20/dynamic-data-december-preview-context-caching-bug-fix.aspx Sincerely, LukCADAnonymous
January 04, 2008
【原文地址】NewASP.NETDynamicDataSupport 【原文发表日期】Friday,December14,200712:41AM 上个周末发布的ASP.NET...Anonymous
January 10, 2008
Good stuff. Can't wait for my first ASP.NET 3.5 project.Anonymous
January 10, 2008
【原文地址】NewASP.NETDynamicDataSupport 【原文发表日期】Friday,December14,200712:41AM 上个周末发布的ASP.NET...Anonymous
January 21, 2008
Looks magical! Pardon a very stupid question, but if my ISP has ASP.Net 3.5 running, then is that sufficient for running an app that uses the Dynamic Data extensions (or does the ASP need to have the extensions installed too)?Anonymous
January 21, 2008
Paolo, the ISP would indeed need to have the extensions installed. I realize that this is a challenge since this is beta software. At this point, we're mostly hoping for people to play with it on their own systems so we can get good feedback (and we have been getting quite some!). Please follow up preferably on the Dynamic Data forum.Anonymous
February 11, 2008
whats wrong when i get Error 2 Method 'OnCompanyNameChanging' cannot be declared 'Partial' because only one method 'OnCompanyNameChanging' can be marked 'Partial'. C:WebSitesdyndata3App_Codecustomer.vb 4 25 C:WebSitesdyndata3 Imports Microsoft.VisualBasic Partial Public Class customer Partial Private Sub OnCompanyNameChanging(ByVal value As String) End Sub End ClassAnonymous
February 19, 2008
hannes: Partial Public Class customer Private Sub OnCompanyNameChanging(ByVal value As String) End Sub End Class I don't think you need to declare your Sub as partial PAnonymous
February 23, 2008
wow! Great screencastAnonymous
February 26, 2008
Hi, A few columns in a database I am working on store file names of uploaded files. How would I edit the list template to support uploading files? Great work! JamesAnonymous
February 26, 2008
Fantastic. What I would really like is to be able to specify the RenderHints and the Range dynamically either from config or via database. Is this possible?Anonymous
February 27, 2008
We would also like more control over the filtering. Is it possible to either customise the dynamicfilter control by specifying which columns to filter on. Lastly, when do you expect the Linq to Entities version to be available?Anonymous
February 27, 2008
** James: Scott Hunter has a sample that support image uploads, and you may want to take a look. See http://blogs.msdn.com/scothu/archive/2008/01/14/sample.aspx ** Mark:
- DynamicData has a pluggable metadata model which would let you do this. See this blog: http://blogs.msdn.com/marcinon/archive/2007/12/10/adding-custom-metadata-providers-in-asp-net-3-5-extensions-preview.aspx. But do note that this has changed quite a bit in the newer bits (coming fairly soon).
- The new bits do have Enitities support.
- Filtering: if you have a custom page, you can choose the subset of filters that you need. Please follow up on the forum (http://forums.asp.net/1145.aspx) instead of here. We're trying to keep all the dicussions there. Thanks!
Anonymous
February 27, 2008
One of the new things we are working on in ASP.NET is not directly connected to the new and improvedAnonymous
April 25, 2008
My one-hundred-and-ninth podcast is up . Recorded at the Microsoft MVP Summit, this show is about theAnonymous
April 30, 2008
My one-hundred-and-ninth podcast is up . Recorded at the Microsoft MVP Summit, this show is about theAnonymous
August 21, 2008
ASP.NET里的支架:DynamicDataSupport 作者HartmutWilms译者张海龙发布于2007年12月23日下午10时44分 社区 .NET 主题 ...Anonymous
March 03, 2009
新的ASP.NET动态数据支持 【原文地址】NewASP.NETDynamicDataSupport 【原文发表日期】Friday,December14,200712:41A...Anonymous
March 05, 2009
新的ASP.NET动态数据支持 【原文地址】NewASP.NETDynamicDataSupport 【原文发表日期】Friday,December14,200712:41A...Anonymous
May 12, 2012
Even a few years later, still a great tutorial.