Scaffolding in ASP.NET MVC

Introduction

Open the Package Manager Console

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.

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read