Stories recently tagged with 'analysis'

Detailed code metrics with NDepend(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...

add a comment |category: |Views: 269

tags: another

FxCop This(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 11 months ago

A summary on creating, deploying and debugging fxcop rules. read more...

1 comment |category: |Views: 17

tags: another

Static analysis to win business and influence others(weblogs.asp.net)

submitted by ScottWScottW(320) 5 years, 1 month ago

How static analysis tools can give a crucial competitive advantage read more...

add a comment |category: |Views: 4

tags: another

Can a .NET code analysis tool approach human intelligence?(wesnerm.blogs.com)

submitted by JudahGabrielJudahGabriel(814) 5 years, 3 months ago

Can NStatic achieve some semblance of a human-like intelligence, with performance that is indistinguishable from a code reviewer with no prior experience with the code base? There are three important ingredients that bring the tool closer to that dream: Symbolic manipulation, interprocedural analysis, and the application of general abstract principles rather than specific rules. read more...

1 comment |category: |Views: 13

tags: another