Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.