Scaffolding is a code generation framework for ASP.NET Mvc Web applications. In Visual Studio 2013 scaffolding is pre-installed code generators for MVC and Web API projects. We add scaffolding in our project when we want to quickly generate code that interacts with data models. It reduces the amount of time to develop standard data operations in your project.
In Visual Studio scaffolding consists page templates, entity page templates, field page templates, and filter templates. These templates are called Scaffold templates and it allow you to quickly build a functional data-driven Website.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Scaffolding is a code generation framework for ASP.NET Mvc Web applications. In Visual Studio 2013 scaffolding is pre-installed code generators for MVC and Web API projects. We add scaffolding in our project when we want to quickly generate code that interacts with data models. It reduces the amount of time to develop standard data operations in your project.
In Visual Studio scaffolding consists page templates, entity page templates, field page templates, and filter templates. These templates are called Scaffold templates and it allow you to quickly build a functional data-driven Website.