The necessity and origin of mvcscaffoldtool can be viewed in two articles:Article:
Http://www.cnblogs.com/szw/archive/2009/02/27/1399776.html
Http://www.cnblogs.com/szw/archive/2009/02/27/1399818.html
V2.0.0.0 adds support for area in MVC. You can create an area project in two simple ways:
Method 1: create a complete ASP. net mvc project and delete unnecessary folders and files in the "class library", such as scripts, contents, and Web. config.
Method 2: create a separate class library and refer.
After the project is created, do not forget to add arearegistration. CS to register area information and set the routing format (this file can also be obtained by adding area in the original MVC project ).
For more information about how to use this function, see examples. The "Controller project" option corresponds to the Controller project of the area when the area is used.
:
MvcscaffoldtoolSource codeNow you can use SVN to download:HTTP: // Mvc-scaffold-tool.googlecode.com/svn/trunk/
Project address: http://code.google.com/p/mvc-scaffold-tool/
V2.0.0.0 download:/files/SZW/MvcScaffoldTool-v2.0.0.0.rar