Understand the complexity and maintainability of your code using Code Metrics in Visual Studio – Class Coupling
In the previous posts of this code metrics series, you have learned the basics of Code Metrics and how to…
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…
While most of us are familiar with exporting telemetry from Application Insights using Continuous Export, I have seen many of…
Visual Studio Diagnostic Tools window now provides a detailed of the Application Insights events while you are debugging. To use this functionality,…
Couple of weeks back I posted about Searching Application Insights Data inside Visual Studio 2015, where you have seen how…
One of the hidden and cool feature of Code Metrics Result window is to copy the specific detailed information into…