Code Tips

Scaffold your ASP.NET MVC 3

I have just been playing around with Scaffolding for MVC3 and i am very impressed. It certainly makes it a lot easier to quickly develop applications, and using the code first approach with Entity Frameworks works very well.

I have found a post on Steve Sanderson’s blog which outlines the process step by step, it is really well done and a great reference.

Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package

Comments Off on Scaffold your ASP.NET MVC 3