views:

244

answers:

8

I'm wondering what other tools / frameworks / Add Ons people use to improve their productivity / development speed when coding in ASP.NET.

I just use VS2008 on its own but wanted to find out what other people use with VS2008 AND WHY??

+2  A: 

I use:

GhostDoc: GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters.

CodeRush Xpress for Visual Studio: CodeRush Xpress is freely available to all Visual Studio 2008 developers and offers a comprehensive suite of tools that enable you and your team to simplify and shape complex code - making it easier to read and less costly to maintain.

CoolCommands: It contains lots of cool stuff, but I mainly use the font-functionalities like: 'Demo Font' or 'Wheel Font Sizing'. E.g. Demo Font easily switches the font to a size which is perfect for giving demos on a beamer. If you disable it again, your font size is switched back to its original size.

Zaagmans
+1  A: 

I'm not sure if this counts, but we use CruiseControl.NET for our buildserver, which in the long run, helps productivity as well.

I have used Resharper for a while, and although it does improve productivity, I eventually uninstalled it since it made my Visual Studio too slow. Although I have to admint, that was almost two years ago, so it may have improved since then.

Razzie
A: 

Mine tools are: CodeRush and Refactor, as well as VisualSVN.

Sascha
+1  A: 

I love link StyleCop

A: 

Microsoft Expression Web: can open a Visual Studio .Sln file, but is focused on design. And it is included in my MSDN subscription.

GvS
+4  A: 

In addition to ReSharper, IE Developer ToolBar and FireBug improves your speed if you're working on javascript and css on your project. Also Fiddler is good tool for debugging puposes.

Canavar
A: 

Google Chrome: Has a very nice "Inspect Element" item on the context menu. Amongst other things, the screen will learn you very easy where the CSS properties are coming from.

GvS
leen3o
Because Chrome is the better browser (o-oh starting religious war here). In Chrome you do not need plugins to let this work. I hate plugins, plugin == invitation to spyware. IMHO FireFox is as bad as IE, a big slow memory eater. And you need plugins to make it do what I want it to do.
GvS
Sorry, but as of today the inspect in Chrome doesn't stand a chance to FireBug. I use Chrome for most of my browsing, but let's be honest :)
pbz
A: 

I'm a big fan of ReSharper, Web Developer Toolkit and Firebug in Firefox, Chrome, GhostDoc and Fiddler (particularly useful for JSON requests). Oh and YSlow.

Perhentian