Explain the concept of MVC Scaffolding?

Scaffold templates are used to generate code for basic CRUD operations within your ASP.NET MVC applications against your database with the help Entity Framework.

 


In ASP.NET MVC, scaffolding is a technique that generates code for common web application.

The scaffolding code can include controllers, views, and data access code automatically generated that can help developers to create web applications more quickly and with less manual coding.

Post a Comment

Previous Post Next Post