Hacker News new | ask | show | jobs
by ericgunnerson 3279 days ago
C#. Resharper is a really, really good tool, and I also use NCrunch (a continuous test runner) when I do TDD.
1 comments

I too fell in love with NCrunch during my few months with .Net.

It's possibly the single tool[0] I'll miss from the .Net world when I program in Java.

(For anyone who might be wondering why not Resharper that is because that functionality is provided out-of-the-box with all major Java IDEs. On .Net however, Resharper seems to be almost a must-have for many.)

[0]: I'll be missing Asp.Net MVC, parts of Entity Framework and parts of the C# language too.