I had a bit more time on my travels , so I cooked up this brief introduction to Dynamic Data . I tried a different approach this time by showing what Dynamic Data adds to our existing data story. More information on Dynamic Data: http://asp.net/dynamicdata To do this demo, install Visual Studio 2008 SP1 and the Dynamic Data update . I started off with a new, blank Dynamic Data Web Site But rather than going directly into Dynamic Data features, I thought I'd review were we are today with .NET Framework 3.5 briefly. Add New Item and select "Linq to Sql Classes" (notice this works nearly the same with Entity Framework Then add a couple of tables from Northwind. I am using Products, Categories and Suppliers...(read more) ...
Go to the complete details ...