PDA

View Full Version : .NET code analyser


JayeD
10-29-2005, 11:56 AM
Hi, new member :)

I'm doing some messing around in C# and wondered if there are any code analysers for looking at memory leaks, objects currently created, procedure timings, etc.. I currently have Automated QA 3, but this does not function with .NET applications. The cheaper the better.

TIA

JayeD

Brandoe85
10-29-2005, 06:43 PM
Welcome to codingforums :)

I use this, and havn't had any problems with it:
http://www.gotdotnet.com/team/fxcop/

Good luck;