Understand the complexity and maintainability of your code using Code Metrics in Visual Studio – Depth of Inheritance
This is the fourth post in the series of Understand the complexity and maintainability of your code using Code Metrics…
This is the fourth post in the series of Understand the complexity and maintainability of your code using Code Metrics…
In the previous posts of this code metrics series, you have learned the basics of Code Metrics and how to…
In the previous post you have learned the basics of Code Metrics and how to get started with it. Now,…
Code Metrics is one of the important software measures that give you an insight of your code maintainability and complexity.…
In Visual Studio, by using the Call Stack window, we can view the function call that are currently on the…
Visual Studio Diagnostic Tools window now provides a detailed of the Application Insights events while you are debugging. To use this functionality,…
One of the hidden and cool feature of Code Metrics Result window is to copy the specific detailed information into…
I have received this question as a follow-up from one of my pervious post Back to Basic – Building Solutions…