Today I am going to blog about two important tools most of the developers should have to write solid code.
1)FxCop
This is a free tool from Microsoft which will run through your .dll files and will point out where yo have made design mistakes or where you have violated coding standards.
I started to use this tool sometime back and its really neat.
I would recommend other software developer to use this tool.
2)Stylecop or Source Analysis.
Very nice tool from Microsoft which is free now. Get a copy. It is integrated with visual studio .
Just run it and make your code more readable and pretty.
Happy Programming!!!
Yash
Saturday, May 31, 2008
Subscribe to:
Post Comments (Atom)

1 comments:
Did you have a look at NDepend?
http://www.NDepend.com
http://codebetter.com/blogs/patricksmacchia/archive/2008/06/19/rules-on-net-framework-usage.aspx
Post a Comment