Code Metrics is a tool which can be used to find complex and unmaintainable areas within your .NET applications. In my previous article How to use Code Metrics tool to Count Lines of Code (LOC) in .NET application from Visual Studio, we saw the usage of Code Metrics tool. This article will be answer to the questions […]
Visual Studio Count the Lines of Code (LOC) in .NET Application
Lines of Code in application source is one of the most common metrics associated with software development projects, mainly to measure productivity. How to Count Lines of Code in Visual Studio? There are various tools available to Count the Lines of Code (LOC) in .NET solution. But many developers may still not be knowing that […]