Wich tool do you use for static code analisys?
-
Hello to all, I've used for a while FXCop for finding error coding and exception not catched, what other program do you use to do off-executing analisys for application (in my case windows application). Do you know if there're some program like Devparter but costs less? I mean memory profiling with graph and so on, thanks Paolo Ponzano
-
Hello to all, I've used for a while FXCop for finding error coding and exception not catched, what other program do you use to do off-executing analisys for application (in my case windows application). Do you know if there're some program like Devparter but costs less? I mean memory profiling with graph and so on, thanks Paolo Ponzano
Here is an MSDN page that lists some of the Microsoft supplied tools: http://msdn2.microsoft.com/en-us/netframework/aa569269.aspx[^] For memory profiling, check out CLR Profiler. You can also look at NDepend (http://www.ndepend.com/[^])
Scott.
—In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]