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?
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.