Welcome to MSDN Blogs Sign in | Join | Help

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.

Published Wednesday, December 12, 2007 1:38 PM by davidebb
Filed under: ,

Attachment(s): AjaxFieldTemplates.zip

Comments

# re: Dynamic Data screencast is now available!

Thank you for an excellent video! very clear and a lot of info at a relatively fast pace.

Can't wait to see the one on ASP.Net MVC integration :-)

Do you know of some sort of a cheat sheet with a list of available attributes etc and/or is the info in the QuickStart site complete?

Wednesday, December 12, 2007 5:46 PM by Dirk

# re: Dynamic Data screencast is now available!

This screen cast was excellent. It is great that you spent so much time in the templates because it is important to show hos customizable it is. The slider for the integer input was especially nice.

Wednesday, December 12, 2007 6:03 PM by adefwebserver

# re: Dynamic Data screencast is now available!

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!

Wednesday, December 12, 2007 6:11 PM by davidebb

# Dynamic Data screencast is available

David Ebbo has just posted a screencast covering the Dynamic Data feature in ASP.NET 3.5 Extensions Preview

Wednesday, December 12, 2007 6:28 PM by Marcin On ASP.NET

# re: Dynamic Data screencast is now available!

That is wicked cool... Thanks for the screencast! The pace was great, and puts alot of things into perspective, I'm super excited!

Wednesday, December 12, 2007 7:13 PM by mike kidder

# ASP.NET Dynamic Data Screencast Showing RAD Development with ASP.NET 3.5 Extensions Preview

Wednesday, December 12, 2007 8:41 PM by David Hayden - Florida .NET Developer - C# and SQL Server

# re: Dynamic Data screencast is now available!

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!

Wednesday, December 12, 2007 10:01 PM by Carlos

# re: Dynamic Data screencast is now available!

Hi David,

Finaly Microsoft is cool ...

I am going to love using this man, Thx a lot

Thursday, December 13, 2007 7:59 AM by Tom Pester

# re: Dynamic Data screencast is now available!

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?

Thursday, December 13, 2007 8:18 AM by Tom Pester

# re: Dynamic Data screencast is now available!

Fantastic screencast!  Please keep them coming!

Thursday, December 13, 2007 10:59 AM by GlenH

# re: Dynamic Data screencast is now available!

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.

Thursday, December 13, 2007 2:04 PM by davidebb

# New ASP.NET Dynamic Data Support

The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One

Friday, December 14, 2007 3:42 AM by ScottGu's Blog

# re: Dynamic Data screencast is now available!

Another great video to watch. Now I have to montitor this blog as well.

Friday, December 14, 2007 5:35 AM by Westham

# Dynamic Data החדש

כחלק מ December CTP של ASP.NET 3.5 Extensions ניתן למצוא גם את Dynamic Data עליו כבר כתבתי פוסט בעבר

Friday, December 14, 2007 6:15 AM by שחר.נט

# re: Dynamic Data screencast is now available!

Uuuu, this rocks! It feels like asp.net went from 2.0 to 6.0 or something.

Friday, December 14, 2007 6:33 AM by Daniel

# Dynamic Data screencast is now available!

Sempre nell'ottica di realizzazione di prototipi o di back end, ASP.NET Dynamic Data sembra essere

Friday, December 14, 2007 1:25 PM by Mighell's Mobile Blog

# re: Dynamic Data screencast is now available!

It's as if a thousand RAILS developers were screaming and then suddenly silenced...

Friday, December 14, 2007 8:33 PM by RailsJedi

# re: Dynamic Data screencast is now available!

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?

Saturday, December 15, 2007 9:07 AM by Keith Elder

# re: Dynamic Data screencast is now available!

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.

Saturday, December 15, 2007 10:17 AM by Mike

# re: Dynamic Data screencast is now available!

I like render hints, can you look into that as a general ASP.NET feature?

Saturday, December 15, 2007 10:21 AM by Mike

# re: Dynamic Data screencast is now available!

Microsoft is so cool ...

Sunday, December 16, 2007 11:43 PM by sixYo

# re: Dynamic Data screencast is now available!

Keith: currently, ASP.NET Dynamic Data has no special support for searching.  However, being built on the standard ASP.NET platform, techniques that you would use in a regular app should be usable here.  That being said, we will investigate whether we do want to have some more specific support for it.

Mike: agreed, the config has become a little too crazy.  See my following post; we will get rid of most of the current Dynamic Data config and instead use the MVC routing engine.

Mike: very good point, we should look at making render hints apply a little more generally than is the case today.

Monday, December 17, 2007 1:28 AM by davidebb

# re: Dynamic Data screencast is now available!

Simple question, what's about sql injection ?

In your sample you have country == @country, does linq do the datatype check ?

Monday, December 17, 2007 11:03 AM by MadX

# re: Dynamic Data screencast is now available!

MadX: yes, Linq is generally not exposed to SQL injections, since when you use it you are never manually constructing SQL statements.

Monday, December 17, 2007 2:04 PM by davidebb

# What's wrong with this Kool Aid?

What's wrong with this Kool Aid?

Monday, December 17, 2007 3:13 PM by WTF Blog

# ASP.NET 3.5 Extensions: Basic Steps To Create Dynamic Data Web Application - Focus On Security and Performance

This post walks through the steps I've taken to create simple Dynamic Data Web Application. I just loved

Tuesday, December 18, 2007 5:08 AM by alik levin's

# re: Dynamic Data screencast is now available!

oh,It appears wonderful!Great!

Tuesday, December 18, 2007 9:03 PM by Well

# re: Dynamic Data screencast is now available!

wonderful!

Wednesday, December 19, 2007 1:18 AM by roger

# re: Dynamic Data screencast is now available!

That was an excellent demonstration! Please do more?

Ken

Sunday, December 23, 2007 1:21 PM by kjopc

# re: Dynamic Data screencast is now available!

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.

Monday, December 24, 2007 4:09 PM by Shay

# re: Dynamic Data screencast is now available!

Shay, I just attached a zip file to this post.  It contains the Ajax field templates I used in the demo.

David

Tuesday, December 25, 2007 1:31 PM by davidebb

# re: Dynamic Data screencast is now available!

Thank you very much!

Shay.

Tuesday, December 25, 2007 5:26 PM by shay.jacoby

# re: Dynamic Data screencast is now available!

asp.net 3.5 extensions لم ارى اين

Thursday, December 27, 2007 8:00 AM by zedekiah

# re: Dynamic Data screencast is now available!

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!

Sunday, December 30, 2007 9:48 AM by Jeff

# re: Dynamic Data screencast is now available!

This is very nice, what about adding items through this method? How would this work?

Monday, December 31, 2007 12:42 PM by Itamar Levin

# re: Dynamic Data screencast is now available!

Itamar, Dynamic Data lets you easily insert new items from the DetailsView control.  Sorry, I should have covered that in the screencast.

Monday, December 31, 2007 6:59 PM by davidebb

# re: Dynamic Data screencast is now available!

I have to say that this stuff is very interesting.  Great work on the screencast.

Wednesday, January 02, 2008 2:50 PM by Sean

# re: Dynamic Data screencast is now available!

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?

Wednesday, January 02, 2008 3:05 PM by LukCAD

# re: Dynamic Data screencast is now available!

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!

Wednesday, January 02, 2008 3:09 PM by davidebb

# re: Dynamic Data screencast is now available!

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, LukCAD

Wednesday, January 02, 2008 5:22 PM by LukCAD

# 新的ASP.NET动态数据支持

【原文地址】NewASP.NETDynamicDataSupport

【原文发表日期】Friday,December14,200712:41AM

上个周末发布的ASP.NET...

Friday, January 04, 2008 7:46 PM by 幸福

# re: Dynamic Data screencast is now available!

Good stuff.  Can't wait for my first ASP.NET 3.5 project.

Thursday, January 10, 2008 5:08 PM by Matt Blodgett

# 新的ASP.NET动态数据支持

【原文地址】NewASP.NETDynamicDataSupport

【原文发表日期】Friday,December14,200712:41AM

上个周末发布的ASP.NET...

Friday, January 11, 2008 2:32 AM by 幸福

# re: Dynamic Data screencast is now available!

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)?

Monday, January 21, 2008 5:20 PM by PaoloTCS

# re: Dynamic Data screencast is now available!

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.

Monday, January 21, 2008 5:26 PM by davidebb

# re: Dynamic Data screencast is now available!

whats wrong when i get

Error 2 Method 'OnCompanyNameChanging' cannot be declared 'Partial' because only one method 'OnCompanyNameChanging' can be marked 'Partial'. C:\WebSites\dyndata3\App_Code\customer.vb 4 25 C:\WebSites\dyndata3\

Imports Microsoft.VisualBasic

Partial Public Class customer

   Partial Private Sub OnCompanyNameChanging(ByVal value As String)

   End Sub

End Class

Monday, February 11, 2008 2:02 PM by hannes

# re: Dynamic Data screencast is now available!

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

P

Tuesday, February 19, 2008 2:59 PM by Paulie

# re: Dynamic Data screencast is now available!

wow! Great screencast

Saturday, February 23, 2008 9:35 AM by Mark Doerbandt

# re: Dynamic Data screencast is now available!

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!

James

Tuesday, February 26, 2008 4:06 PM by James

# re: Dynamic Data screencast is now available!

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?

Wednesday, February 27, 2008 7:34 AM by Mark Neilson

# re: Dynamic Data screencast is now available!

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?

Wednesday, February 27, 2008 8:15 AM by Mark Neilson

# re: Dynamic Data screencast is now available!

** 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!

Wednesday, February 27, 2008 4:35 PM by davidebb

# Project templates just got bigger

One of the new things we are working on in ASP.NET is not directly connected to the new and improved

Wednesday, February 27, 2008 9:11 PM by Marcin On ASP.NET

# Hanselminutes Podcast 109 - ASP.NET Dynamic Data with Scott Hunter

My one-hundred-and-ninth podcast is up . Recorded at the Microsoft MVP Summit, this show is about the

Saturday, April 26, 2008 3:05 AM by ASPInsiders

# Hanselminutes Podcast 109 - ASP.NET Dynamic Data with Scott Hunter

My one-hundred-and-ninth podcast is up . Recorded at the Microsoft MVP Summit, this show is about the

Wednesday, April 30, 2008 4:12 PM by Blogs

# ASP.NET里的支架:Dynamic Data Support(转载)

ASP.NET里的支架:DynamicDataSupport

作者HartmutWilms译者张海龙发布于2007年12月23日下午10时44分 社区

.NET

主题

...

Thursday, August 21, 2008 10:16 PM by 不足道

# 新的ASP.NET动态数据支持

新的ASP.NET动态数据支持

【原文地址】NewASP.NETDynamicDataSupport

【原文发表日期】Friday,December14,200712:41A...

Tuesday, March 03, 2009 11:32 AM by bitstudio

# 新的ASP.NET动态数据支持

新的ASP.NET动态数据支持

【原文地址】NewASP.NETDynamicDataSupport

【原文发表日期】Friday,December14,200712:41A...

Friday, March 06, 2009 2:45 AM by bitstudio
New Comments to this post are disabled
 
Page view tracker