Browse by Tags

All Tags » VS.NET (RSS)

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: , ,

Working with Code Snippets in VS.NET by hajan

INTRODUCTION Creating code snippets using VS.NET is very useful tip because it may help you when you need to write code repeatedly within your applications. For instance, we may use try catch finally block very often. Rather than writing the complete...
More Posts