In this episode I talk about my favorite Microsoft .NET code analysis tool called CodeIt.Right from Submain.com. It combines static code analysis and automatic refactoring to best practices in one application. CodeIt.Right will automatically correct code errors and violations (e.g. naming conventions, incorrectly implemented coding patterns, etc)! You can purchase the DVD mentioned in this … Continue reading TGIF Episode 3 – CodeIt.Right
Tag: TGIF
TGIF Episode 2 – Visual Studio Analyze
In this episode I demonstrate the code analyzer in Visual Studio that all .NET developers must use to made sure they are writing bullet proof code. The Common Language Specification and Cyclomatic Complexity are also discussed. You can purchase the DVD mentioned in this episode at: http://mkt.com/nicheware/rock-your-code-dvd-v-1 You can purchase the book mentioned in this … Continue reading TGIF Episode 2 – Visual Studio Analyze
TGIF – Using StyleCop from Microsoft
Here is an excerpt from my Rock Your Code Using Visual Studio Add-ins conference session. If you are a C# developer and not using StyleCop, WATCH THIS!
Using StyleCop from Microsoft
When I speak at conferences, I am always amazed on how many C# programmers do not use StyleCop from Microsoft! C'mon, it's FREE! This Visual Studio add-in helps you to format your code to look consistent among your developers... just like Microsoft does.
