Define Scaffolding. (with respect to Dynamic Data and ASP.NET MVC) -


There is a lot of information about implementing and customizing loft with dynamic data and ASP.NET MVC. What is the definition of scaffold used in this context?

This means that the dynamic data structure automates a set of routes based on table names in a data model (For example SQL data references from a Linq), and a predefined operation operation (essentially CRUD). When you go to depressed http://example.com/Products/Details.aspx , where "product" is the name of the table in your data model, this profile shows a detail page for displaying product details. Will automatically generate. Derived pages can be customized by nominated partial ideas according to a conference based on naming. Column in the data model.

Comments