![]() |
Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 |
Registered User
Join Date: Jun 2015
Posts: 246
|
![]()
These templates use the Visual Studio T4 templating system to generate a view based on the model type selected. Scaffolding in ASP.NET MVC can generate the boilerplate code we need to create, read, update, and delete (CRUD) functionality in an application. The scaffolding templates can examine the type definition for it then generate a controller and the controller's associated views. The scaffolding knows how to name controllers, how to name views, what code needs to go to each component, and where to place all these pieces in the project for the application to work.
|
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Aug 2014
Location: bangalore
Posts: 416
|
![]()
The compiler or framework uses this specification, together with pre-defined code templates, to generate the final code that the application can use to create, read, update and delete database entries, effectively treating the templates as a "scaffold" on which to build a more powerful application.
|
![]() |
![]() |
![]() |
Bookmarks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Good place for Web Page templates? | Strider | Making Money with CPC and/or CPM Programs | 3 | 01-20-2001 01:14 AM |
Dreamwaever Templates | Vancouver_BC | Web Design and Webmaster Issues | 0 | 02-20-2000 01:51 PM |