Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I want to know the best software available for code review of c# code.
i am using Visual studio 2010.
Thanks in advance.
Posted
Comments
[no name] 21-Jun-12 9:06am    
The "best" software for anything is highly subjective and ultimately could only be answered by you. The best software is the software that fits your needs.

Farhan had a good answer, +5 from me. The best tool depends on exactly what you are trying to accomplish. In general it is a good practice to use different analysis tools to examine your software in different ways. You should also consider the often overlooked CLRProfiler[^] from Microsoft. It is a great tool for determining what the Garbage Collecter is doing so you can make garbage collection more efficient thereby increasing speed of execution. It will also help with the detection of memory leaks.
 
Share this answer
 
v3
The Best source code analysis tool is

Microsoft FXCop, it has lot of setting, if you want small and efficent try
stlyecop
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900