Archive

Posts Tagged ‘StyleCop’

C# Coding Style Guidelines

November 28th, 2009
Urs Enzler

In the last couple of weeks, I ran over some posts about c# coding style guidelines, i.e. guidelines about how to arrange (style) your code. This normally includes things like where to put paranthesis, how fields are named (e.g. with/without _) and so on.

All these posts (no I don’t have the links anymore) had two things in common: read more

 

.NET , ,