Browsing articles in "Tools"
May
3
2010

Search for better Logging Framework

Before I begin, I wanted to let you all know that I was not able to blog from long time mainly because I was bit busy with my project at office. Anyways, I am in a new project now and I am the only developer for the current project directly working with the client. I feel it has given me opportunity to implement things on my own way and at the same time flexibility to [...]

Dec
16
2009

Freeware tools I use

Visual Studio Addins 1. GhostDoc This is a free addin that automatically generates the XML comments for your code. Click on the method/field name and press Control + Shift + D and it generates the XML comments for you. GhostDoc provides two commands. a. Build Documentation b. Re-build Documentation I usually set default keyboard shortcut Control + Shift + D to Re-build Documentation as it helps me in re-writing the documentation whenever I change signature [...]