Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi,
I want to do code review for my web application. I came to know that there is an inbuilt option for Code review in Visual Studio 2008. But I couldn't find the option. Can anyone of you help me on this.

Thanks in advance
Posted
Updated 16-Feb-12 22:24pm
v2

1 solution

What do you mean with code review. Do you mean you want to check wether programmers have the variables named correctly, do you want to check the complexity of your code, or do you want to check the quality of your code? These are big differences. Visual Studio CAN measure you code's complexity but cannot tell you wether you need other approaches for your code.

I think ReSharper[^] comes close to your whishes, but again, you need to specify exactly what you want to do.

Good luck
 
Share this answer
 
Comments
Crosswinds 17-Feb-12 5:27am    
I want to check the Quality of Code, naming of variables whether it has followed all the Microsoft Coding Standards.
Eduard Keilholz 17-Feb-12 6:04am    
Then follow the ReSharper link and buy a license. This will help you out. Visual Studio doesn't have a built-in feature for this.
Crosswinds 20-Feb-12 4:15am    
Thanks

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