DotNetShoutout - Stories tagged with Code Review
8
Shouts

Code Metrics Viewer Blog

published 713 days, 3 hours, 49 minutes ago posted by http://codemetricsviewer.wordpress.com/http://codemetricsviewer.wordpress.com/ 724 days, 13 hours, 38 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
2
Shouts

Hypnotized Developer: Analyzing .Net Assemblies with NDepend

posted by http://avikercode.blogspot.com/http://avikercode.blogspot.com/ 987 days, 15 hours, 6 minutes ago
Wednesday, October 06, 2010 8:14:17 PM GMT
“NDepend is a Visual Studio tool to manage complex .NET code and achieve high Code Quality. With NDepend, software quality can be measured using Code Metrics, visualized using Graphs and Treemaps, and enforced using standard and custom Rules.” – When I visited their site for the first time, I thought it must be just another tool in the market. But, today after using it for a test run, I must say ‘This is THE TOOL in the market’ to what they called ‘Make your .NET Code Beautiful’. Today I am going to w... (more)
category: Web Dev | clicked: 1 | comment | | source: avikercode.blogspot.com
tags: NDepend, Code Review, assembly
10
Shouts

Don’t Repeat Yourself - Gil Fink on .Net

published 1238 days, 23 hours, 11 minutes ago posted by gilfgilf 1240 days, 5 hours ago
Thursday, January 28, 2010 12:09:39 PM GMT Wednesday, January 27, 2010 6:20:30 AM GMT
Today while I was doing code review I found myself writing a new generic function instead of one piece of code that was repeating itself in the developer’s code. When you write code sometimes you have to duplicate some piece of code. When it occurs, this is the best time to think of refactoring your functionality. (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Principles and Patterns, Code Review