As you probably know, I'm a huge ReSharper fan. I heavily use their templating features to greatly speed up my coding. In a previous post, I offered up my R# template library for download. Since then I've made a lot of changes and added quite a few new live templates and file templates, so I figured I'd offer my updated library for those who may find it useful. Below you'll find a brief list of templates I've added and am actively using...
Since my last update, I've started using 3 new tools/frameworks for which I've created some live and file templates.
- MbUnit - I've made the switch to MbUnit from NUnit because it just plain rocks. There is no reason why you shouldn't use MbUnit over NUnit, IMHO. It's literally a reference and namespace change to make the switch, since they both use the same attributes. And you get all of the niceties of MbUnit, if for nothing else, [RowTest]!
- Rhino Mocks - I've also switched to Rhino Mocks exclusively for my mocking needs, now that Ayende has added full support for generic methods, finally! Now I can ditch NMock2's string-based expectations in favor of strongly-typed expectations that are critical when refactoring.
- MonoRail - Not much more I need to say here, since that seems to be all I'm blogging about these days. :P
So anyways, if you using one or all of these in your development, you may find the templates I've created for them useful.
You can download the updated templates here:
Happy Coding!