0 votes
in C Sharp by

 Explain the concept of MVC Scaffolding?

1 Answer

0 votes
by

ASP.NET Scaffolding is a code generation framework for ASP.NET Web applications. Visual Studio 2013 includes pre-installed code generators for MVC and Web API projects. You add scaffolding to your project when you want to quickly add code that interacts with data models. Using scaffolding can reduce the amount of time to develop standard data operations in your project.
Scaffolding consists of page templates, entity page templates, field page templates, and filter templates. These templates are called Scaffold templates and allow you to quickly build a functional data-driven Website.

Related questions

0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
...