vote up 2 vote down star
2

Hi .Net developers out there! Need your opinion here!

I am now using Visual Assist X, a decent piece of software, indeed. But the .Net bloggers seem to prefer Resharper more. I might want to consider a switch over, but before that I want your guys opinion first.

flag

49% accept rate
Are you programming in C#, C++, or both? – Ben Hoffstein Sep 29 '08 at 14:00
Predominantly in C#, but sometimes need to flip over to do C++. – Ngu Soon Hui Sep 30 '08 at 0:49

2 Answers

vote up 4 vote down

Resharper is much better for C# code (and supposedly VB.Net, but I haven't tried that). Unfortunately there is no support for C/C++, so if you need that, you might want to keep Visual Assist around.

They don't coexist very well, unfortunately, so you may need to unload one, then load the other, when switching between C/C++ and C#.

To see the magic of Resharper, I would recommend watching the "Resharper Jedi" video.

link|flag
vote up 0 vote down

I know you only asked for a comparison of Resharper vs. Visual Assist but if you are doing .NET development you may also want to consider "Refactor! Pro".

I remember using VA years ago when doing Visual C++ development (and earlier than that the infamous CodeWiz) but with .NET development I get the impression that the majority of developers seem to use either ReSharper or Refactor!.

Refactor! also integrates with a code-generation tool called "CodeRush" and I've seen them both used very effectively together with Testdriven.Net (check out the Summer of NHibernate screencasts).

Personally I use Resharper and I am very pleased with how much it has increased my productivity but I'm sure you'll get equal benefit with Refactor!.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.