Customizing ASP.NET Dynamic Data
Posted by: Laurent Duveau,
on 28 Nov 2008 |
View original | Bookmarked: 0 time(s)
From Wikipedia: ASP.NET Dynamic Data is a web application scaffolding framework from Microsoft, shipped as an extension to ASP.NET, that can be used to build data driven web applications. So if you use VS2008 and .NET 3.5 SP1 you can take advantage of ASP.NET Dynamic Data to quickly create a full administration website (UI and CRUD) over a model (LINQ To SQL or better Entity Framework) on top of some db tables, and all this in about 3 minutes! Furthermore the system is very flexible and you...