ASP.NET Dynamic Data: Difference between revisions
Appearance
Content deleted Content added
Adding short description: "Web programming framework" |
|||
Line 1: | Line 1: | ||
{{Short description|Web programming framework}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = ASP.NET Dynamic Data |
| name = ASP.NET Dynamic Data |
Latest revision as of 00:46, 16 February 2025
Original author(s) | Microsoft |
---|---|
Initial release | 2002 |
Operating system | Microsoft Windows, Linux, macOS |
Type | Web application scaffolding framework |
Website | www |
ASP.NET Dynamic Data is a Ruby on Rails-inspired 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.[1][2]
ASP.NET Dynamic Data was originally shipped as part of the "ASP.NET 3.5 Extensions" package in 2007, and was incorporated into the .NET Framework 3.5 Service Pack 1, which was released August 11, 2008.
References
[edit]Further reading
[edit]- Sych, Oleg (2012). ASP.NET Dynamic Data Unleashed (1 ed.). Sams Publishing. ISBN 978-0672335655.
External links
[edit]Wikibooks has a book on the topic of: .NET Development Foundation