Jump to content

ASP.NET Dynamic Data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 221.128.147.151 (talk) at 15:51, 3 January 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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. It exposes tables in a database by encoding it in the URI of the ASP.NET web service, and the data in the table is automatically rendered to HTML. The process of rendering can be controlled using custom design templates. Internally, it discovers the database schema by using the database metadata.