Scaffolding controllers in ASP.NET MVC -
what options have scaffolding controllers in asp.net mvc (v2 , v3 rc)? know code templates folder , t4 allows creating 1 .tt file , thus, replacing default controller template own need different types of templates various types of controllers.
i've heard rails has huge support this. i'm aware of mvcscaffold package in mvc 3 (via nuget) described , developed scott hanselman supports controllerwithcontext , controllerwithrepository take further , since source code hasn't been published (at least i'm not aware of it) there isn't can customize it.
what guys use or do?
there generic controller (controller<t>
) technique. big fan.
Comments
Post a Comment