In my previous posting about code metrics I introduced how to measure LoC (Lines of Code) in .NET applications . Now let’s take a step further and let’s take a look how to measure compiled code. This way we can somehow have a picture about what compiler...
My previous posting gave quick overview of code metric called Lines of Code (LoC) . In this posting I will introduce you how to measure LoC in Visual Studio projects using Visual Studio Code Analysis and NDepend. LoC difference in Visual Studio...
I started writing series of blog posting about code metrics. I plan to introduce different metrics and explain their meaning. Also I plan to introduce tools you can use to measure those metrics. Where possible I will introduce you how to use one or another...