ASP.NET Dynamic Data

ASP.NET Dynamic Data

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5115-9129-2

High Quality Content by WIKIPEDIA articles! 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.