InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of using Scaffolding in ASP.NET MVC? |
|
Answer» Scaffolding is a code generation FRAMEWORK used for ASP.NET web applications that will be helpful in effectively generating the code for CRUD(CREATE, Read, Update, and Delete) operations against your database. The Advantages of Scaffolding are as follows:
|
|