Browse by Tags

All Tags » NDepend (RSS)

NopCommerce – ASP.NET open source e-commerce solution by hajan

I had a chance to work for first time with nopCommerce about one year ago. Now again, two weeks ago I was in need to make small research about open-source asp.net e-commerce solutions. I did the research and have found that there are several e-commerce...

Find Code Cyclomatic Complexity with NDepend by hajan

Cyclomatic Complexity or also known as ‘Conditional Complexity’ is measurement of complexity of a program code. The cyclomatic complexity is calculated using the control flow graph of the program, so this is based on the graph theory. Code Cyclomatic...

NDepend – Code Query Language (CQL) by hajan

As I’ve mentioned in my first blog post , the Code Query Language (CQL) is used to help you write custom rules and query your own code. You can query your code on many specific ways. Also, the NDepend tool has nice CQL editor with excellent IntelliSense...
Filed under: , , ,

NDepend tool – Why every developer working with Visual Studio.NET must try it! by hajan

In the past two months, I have had a chance to test the capabilities and features of the amazing NDepend tool designed to help you make your .NET code better, more beautiful and achieve high code quality. In other words, this tool will definitely help...
Filed under: , ,
More Posts