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

Steve Sanderson has a nice post up about a project he's working on with the estimable Scott Hanselman.

It's a NuGet package that provides an even easier  on-ramp to development with the just-released ASP.NET MVC3 framework.

In their words, it quickly generates a basic outline of your software that you can then edit and customize.

 

And even cooler, what it generates can itself be customized by editing  a bunch of T4 templates. Sweet!

Check it out by installing the package with NuGet: Install-Package MvcScaffolding.

 

Technorati Tags: T4,ASP.NET,MVC3