Hi,
I would like to tell you about few Visual Studio add ons that are a must for any developer.
Let's start with the free ones...
1. Test Driven .NET - Let you run any function with a single click No more Main functions for testing your function code just click and go... You can run test, open reflector with a click this is a free download. Trust me it will make you life very easy http://www.testdriven.net/
2. 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. http://www.roland-weigelt.de/ghostdoc/
3. Resharper - This is add-in is not free but it will save you so much time and energy that will return it cost in less then a week. Great error finder, code optimizer and much more I can write a lot on it but I think you should read more in the site (30 days Trail is available here)
4. Smart paster - let you paste any thing you want as a comment, string, StringBuilder or Region. very nice and easy to use adds another option at the right click menu (download from here)
Enjoy
Wednesday, April 30, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment