Click here to Skip to main content
15,896,201 members
Articles / Programming Languages / C#

Static Code Analysis

Rate me:
Please Sign up or sign in to vote.
4.97/5 (34 votes)
15 Mar 2010CPOL16 min read 87.2K   1.1K   63  
A static code analyzer building method call networks + sample applications
This article describes the operation of a method-based static code analyzer for .NET that constructs in-memory method call networks of compiled assemblies. You will also see a concrete application of static code analysis to generate a website providing easy insights on a sample application.

Revisions


  

Compare Revision Minor Date Status Editor
11 - publicly available Yes 23-Jan-21 1:36 Available Deeksha Shenoy
Updates in content. Changes: 249
10 No 9-Jun-10 2:22 Available Smitha Nishant
9 No 15-Mar-10 15:55 Composing
8 No 15-Mar-10 15:49 Composing
7 No 15-Mar-10 15:46 Composing
6 No 15-Mar-10 15:08 Composing
5 No 15-Mar-10 15:06 Composing
4 No 9-Mar-10 20:29 Composing
3 No 8-Mar-10 19:36 Composing
2 No 7-Mar-10 11:57 Composing
1 No 7-Mar-10 11:53 Composing

License

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


Written By
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions