Hi
I do code in c# . Is there any sort of tools available to download so that i can check my coding standards like that ..
download links and any suggestions are welcome
My best regards
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 20, 2014, 3:07 PM
There's also a newer complementary tool called StyleCop.
Both of these tools are free. The main difference between them is that FxCop works from the compiled assembly but StyleCop works from the source code.
Here's some relevant links:
http://en.wikipedia.org/wiki/FxCop
http://www.microsoft.com/en-us/download/details.aspx?id=6544
http://www.codeproject.com/Articles/78599/How-to-Use-FxCop
http://en.wikipedia.org/wiki/StyleCop
http://stylecop.codeplex.com/
http://www.codeproject.com/Articles/30762/C-Code-Reviews-using-StyleCop-Detailed-Article