MVC3 tools/Add-ins/Addons [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question 开发者_JS百科I'm a C# (WinForms) developer and I'm now getting into MVC3. I want to start right away with the right tools. I keep asking myself why I started C# without ReSharper. I don't want to program without the proper tools anymore.
I've searched a lot on Google, but I've found no specific tool/productivity add-ons for MVC3. Are the any? Do you use any? Is there any use/need for a third party tool in MVC3?
Basically the only tools we use in our development is included in the MVC 3.0 installer. The Razor View Engine, other than that is nothing. I mean when you got MVC, you got what you need for productivity and maintainability. ReSharper you said? No thanks! :)
http://www.asp.net/mvc
http://go.microsoft.com/fwlink/?LinkID=215693
You may want to check out the MvcContrib project on CodePlex, especially the filters and action results.
If you want to get into DI/IoC (since MVC3 is friendly to that), check out some of my favorite tools -- Ninject or StructureMap.
If you are developing a CRUD application using MVC then MVC Scaffolding will help you a lot. You can customize the templates and then generate controllers and views very quickly.
perosnally I use:
- T4MVC
- MefContrib.MVC3
- Moq
- MvcRouteUnitTester
- StronglyTypedViews
- AttributeRouting
精彩评论