1

I have seen an addin (3rd party tool) in Visual Studio .Net 2003 to display dataset(Dataset Visualizer) while debugging mode.

Now this feature is available as a bultin in Visual studio 2005.

This is really a helpful addin for VS2003 where it made the debugging task easy.But i was unaware of such tools till i found someone using it.

I appreciate someone can suggest such good 3rd party addins or tools which makes the devolopers task easy?

Thanks in advance

SC


Duplicate question: What are some good usability addins for Visual Studio 2008?

Community
  • 1
  • 1
SNA
  • 7,528
  • 12
  • 44
  • 60

6 Answers6

2

Resharper by jetBrains is a powerful static analysis tool - it can help you refactor code, and quickly navigate it.

Yonatan Karni
  • 977
  • 2
  • 13
  • 32
1

If you do anything with WPF Mole is great.

Also, the "XAML Power Toys" are pretty handy. (I'm a new user, so apparently I can only post 1 link, so you'll have to google for this one - sorry)

Simon P Stevens
  • 27,303
  • 5
  • 81
  • 107
0

The LINQ to SQL Visualizer.

Dave Markle
  • 95,573
  • 20
  • 147
  • 170
0

WSCF

A bit obsolete with WCF, but indispensable if you have to create old-style asmx webservices.

fretje
  • 8,322
  • 2
  • 49
  • 61
0

Web Deployment Projects

Not really a 3rd party (it's from Microsoft), but you have to install it separately:

VS2005

VS2008

fretje
  • 8,322
  • 2
  • 49
  • 61
0

Take a look at Visual Studio Gallery, it's the place to go for Visual Studio integration projects

Sander Rijken
  • 21,376
  • 3
  • 61
  • 85