Jump to content

ASP.NET Dynamic Data: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
mNo edit summary
Line 12: Line 12:
| website = {{URL|http://www.asp.net/dynamicdata/}}
| website = {{URL|http://www.asp.net/dynamicdata/}}
}}
}}
'''ASP.NET Dynamic Data''' is a [[Ruby on Rails]]-inspired [[web application]] [[Scaffold (programming)|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 [[Template processor|template]]s. Internally, it discovers the [[database schema]] by using the database [[metadata]].
'''ASP.NET Dynamic Data''' is a [[Ruby on Rails]]-inspired [[web application]] [[Scaffold (programming)|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 [[Template processor|template]]s. Internally, it discovers the [[database schema]] by using the database [[metadata]].<ref>[https://www.hanselman.com/blog/PuttingASPNETDynamicDataIntoContext.aspx Putting ASP.NET Dynamic Data into Context - Scott Hanselman]</ref><ref>[http://www.dotnetfunda.com/articles/show/1039/aspnet-dynamic-data ASP.Net Dynamic Data - DotNetFunda.com]</ref>


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.
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==
{{Reflist}}

==Further reading==
* {{Cite book|author-first=Oleg|author-last=Sych|title=ASP.NET Dynamic Data Unleashed|year=2012|publisher=[[Sams Publishing]]|isbn=978-0672335655|edition=1}}


==External links==
==External links==

Revision as of 08:41, 9 May 2020

ASP.NET Dynamic Data
Original author(s)Microsoft
Initial release2002; 23 years ago (2002)
Operating systemMicrosoft Windows, Linux, macOS
TypeWeb application scaffolding framework
Websitewww.asp.net/dynamicdata/

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

Further reading

  • Sych, Oleg (2012). ASP.NET Dynamic Data Unleashed (1 ed.). Sams Publishing. ISBN 978-0672335655.