DotNetShoutout - Stories tagged with Code Metrics
8
Shouts

Code Metrics Viewer Blog

published 686 days, 11 hours, 27 minutes ago posted by http://codemetricsviewer.wordpress.com/http://codemetricsviewer.wordpress.com/ 697 days, 21 hours, 17 minutes ago
Friday, July 08, 2011 7:31:12 AM GMT Sunday, June 26, 2011 9:42:01 PM GMT
This blog contains information about the Code Metrics Viewer extension for Visual Studio 2010. The tool intergrates the Code Metrics Power Tool 10.0 into Visual Studio Profession 2010. Here you can find answers for frequently asked questions, trouble-shootings and news about the tool... (more)
category: Agile | clicked: 30 | 1 comment | | source: codemetricsviewer.wordpress.com
tags: Code Metrics, Code Review, code analysis
4
Shouts

Code Metrics – Calculating Metrics - Zain Naboulsi

published 744 days, 17 hours, 51 minutes ago posted by AlexAlex 745 days, 1 hour, 34 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Tuesday, May 10, 2011 5:24:56 PM GMT
During my many Visual Studio tours to visit customers with my good friend Clint Edmonson, we discovered that a lot of people apparently didn’t know they had access to code metrics. So, that begs the question, what are code metrics and why should you care? According to Wikipedia: “A software metric is a measure of some property of a piece of software or its specifications. Since quantitative measurements are essential in all sciences, there is a continuous effort by computer science practitioners and th... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VS, Code Metrics, Visual Studio
6
Shouts

Code metrics and more with NDepend

published 986 days, 1 hour, 28 minutes ago posted by sandrinosandrino 989 days, 7 hours, 39 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 11:19:23 AM GMT
Do you know the quality of the project you're currently working on? Sure you can have guidelines and rules... but projects where a few people have worked on for a few weeks/months/years tend to live their own life here and there. Maybe the team had to catch a deadline for the latest sprint, or the lead developer was on holiday and the problem had to be solved using a quick and dirty solution, ... Every project will have its own little exceptions to the rules and guidelines. But it should be possible a... (more)
category: Web Dev | clicked: 1 | comment | | source: sandrinodimattia.net
tags: .NET, Code Metrics, NDepend, FxCop
4
Shouts

Code Metrics: Number of IL Instructions

posted by gpeipmangpeipman 1100 days, 23 hours, 21 minutes ago
Wednesday, May 19, 2010 7:37:41 PM GMT
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 produces. In this posting I will introduce you code metric called number of IL instructions. (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Code Metrics
4
Shouts

Code Metrics: Measuring LoC in .NET applications

published 1188 days, 22 minutes ago posted by gpeipmangpeipman 1188 days, 20 hours, 4 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Saturday, February 20, 2010 10:54:55 PM GMT
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. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, loc, Code Metrics
9
Shouts

Code Metrics: Lines of Code (LoC)

published 1188 days, 22 minutes ago posted by gpeipmangpeipman 1190 days, 19 hours, 48 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Thursday, February 18, 2010 11:11:03 PM GMT
I start 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 metric. The first metric is the simplest one and it is called Lines of Code (LoC). (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: Code Metrics, code analysis