October 31, 2016

Dynamic Data site in ASP.NET


If you want to do only CRUD operation on site then this is the best template
Dynamic Data supports scaffolding, which is a way to automatically generate Web pages for each table in the database. Scaffolding lets you create a functional Web site for viewing and editing data based on the schema of the data. You can easily customize scaffolding elements or create new ones to override the default behavior.


https://msdn.microsoft.com/en-us/library/ee845452.aspx

http://www.c-sharpcorner.com/UploadFile/Dorababu742/dynamic-data-entities-web-application/

http://www.dotnetcurry.com/ShowArticle.aspx?ID=232

No comments: