This blog post from Steve Sanderson talks about an MvcScaffolding Package that you can use to help scaffold your ASP.NET MVC 3 applications from a model. He shows the usual CRUD scenario, but it appears to be able to do more than just that.
The features look promising:
Support for C# and VB projectsSupport for the Razor and ASPX view enginesSupports scaffolding into ASP.NET MVC areas and using custom view layouts/mastersYou can easily customize the output by editing T4 templatesYou can add entirely new scaffolders using custom PowerShell logic and custom T4 templates. These (and any custom parameters you’ve given them) automatically appear in the console tab-completion list.You can get NuGet packages containing additional scaffolders for different technologies (e.g., there’s a proof-of-concept one for LINQ to SQL now) and mix and match them togetherWill have to try this later tonight!
View the original article here
No comments:
Post a Comment