Jump to content

NDepend: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Added {{notability}} tag to article. using Friendly
No edit summary
Line 2: Line 2:
{{unreferenced|date=September 2009}}
{{unreferenced|date=September 2009}}


'''NDepend''' - NDepend is a [[Static code analysis|static analysis]] tool for .NET developers that provides 82 code metrics, several real-time code visualization panels, code base snapshots comparison, architectural and quality rules (edition and real-time validation).
'''NDepend''' - NDepend is a [[Static code analysis|static analysis]] tool for .NET managed code that supports Code Query Language (CQL).

The tool's backbone is its support for the Code Query Language (CQL) to query a code base the same way you would query a relational database. CQL is also designed to write rules and conventions on a code base.


==See also==
==See also==
Line 13: Line 11:
==External links==
==External links==
*[http://www.NDepend.com The NDepend web-site]
*[http://www.NDepend.com The NDepend web-site]
*[http://www.ndepend.com/Features.aspx#CQL Quick CQL introduction]
*[http://codebetter.com/blogs/patricksmacchia/archive/2008/05/11/write-active-conventions-on-your-code-base.aspx Write Active Conventions on your code base with CQL]
*[http://www.ndepend.com/Metrics.aspx Code Metrics Definitions]

*[http://www.XDepend.com XDepend: NDepend for Java]
*[http://www.CppDepend.com CppDepend: NDepend for C++]

==Screenshots==

*[http://www.ndepend.com/Screenshots.aspx More Screenshots]

::[[Image:NDependPic1.png|NDepend Graph and Dependency Matrix interaction]]

::[[Image:NDependPic2.PNG|NDepend Graph and Metric Treemap interaction]]


[[Category:Static code analysis]]
[[Category:Static code analysis]]

Revision as of 15:35, 30 October 2009

NDepend - NDepend is a static analysis tool for .NET managed code that supports Code Query Language (CQL).

See also