By tag: NDepend
0
kicks
Introduction to NDepend, adding NDepend to your Nant Script
Taking a quick look at NDepend and how to do a simple fly-by of how to setup and run NDepend. Once we have our simple project up and running we are going to turn our focus at takig a look at how to run NDepend from our NAnt scripts. Running NDepend as part of our builds will allow us to have a clear...
0
kicks
Advices on partitioning code through .NET assemblies
There're many reason why you should keep the number of your .NET assemblies to the strict minimum. Learn them here.
0
kicks
NDepend: code metrics at your service
If you ever wrote code for a non-trivial project chances are that from time to time you stop an think: "I don't know, but I have the feeling that the code is not really clean/too complex/[insert adjective here that makes you feel bad about your code]". Chances are even that you did not had...
0
kicks
How to use NDepend to improve code quality
Code quality is an important aspect of every software development project - discover how NDepend can aid in giving you a richer and more meaningful understanding of the quality of your code as well as helping to identify areas you could improve. This post is a high level overview of what you can ach...
0
kicks
NDepend Cheat Sheet
Far from complete, it's a version 1 cheat sheet which includes the metrics whose meaning I tend to forget.
0
kicks
NDepend - Static analysis on steroids
Good review of NDepend code analysis tool including screenshots.
0
kicks
Visualizing the .NET Framework
This was done using NDepend. The numbers are quite large — e.g. 39,509 types.
0
kicks
NDepend
NDepend analyses .NET assemblies of an application and generates reports containing design quality metrics, warnings and diagrams. The VisualNDepend tool allows analysing all these data thanks to an interactive view. Such view can be tuned according to numerous software metrics.
Currently free u...