Introduction
Summary
MvcScaffolding is a powerful technique for quickly creating
basic code and markup templates for ASP.NET MVC applications. You can then
modify the code and markup to suit your needs. MvcScaffolding is available as a
NuGet package that you need to install in your MVC project. This article
demonstrated how a basic CRUD interface can be generated using the
MvcScaffolding package. In addition to this basic use you can use the advanced
features of MvcScaffolding package to highly customize the final output.