Stories recently tagged with 'NDepend'

Introduction to NDepend, adding NDepend to your Nant Script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

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 picture of the state of our code with each build. read more...

add a comment |category: |Views: 169

tags: another

Advices on partitioning code through .NET assemblies (codebetter.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

There're many reason why you should keep the number of your .NET assemblies to the strict minimum. Learn them here. read more...

add a comment |category: |Views: 399

tags: another

NDepend: code metrics at your service(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 10 months ago

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 these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics read more...

add a comment |category: |Views: 153

tags: another

NDepend: code metrics at your service(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 10 months ago

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 these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics read more...

add a comment |category: |Views: 153

tags: another

How to use NDepend to improve code quality(blog.bluecog.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 11 months ago

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 achieve with NDepend. read more...

add a comment |category: |Views: 430

tags: another

NDepend Cheat Sheet(realfiction.net)

submitted by fquednaufquednau(404) 4 years, 1 month ago

Far from complete, it's a version 1 cheat sheet which includes the metrics whose meaning I tend to forget. read more...

add a comment |category: |Views: 35

tags: another

NDepend - Static analysis on steroids(mohundro.com)

submitted by mjpaladmjpalad(615) 4 years, 2 months ago

Good review of NDepend code analysis tool including screenshots. read more...

2 comments |category: |Views: 17

tags: another

Visualizing the .NET Framework(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 2 months ago

This was done using NDepend. The numbers are quite large — e.g. 39,509 types. read more...

add a comment |category: |Views: 5

tags: another

NDepend : A must in your toolbox(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 5 years ago

NDepend : A must in your toolbox read more...

add a comment |category: |Views: 1

tags: another

NDepend(ndepend.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

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 until september read more...

add a comment |category: |Views: 2

tags: another