C# Coding standards (from Lance Hunt)

Lance Hunt has released 'C# Coding Standards v1.13'. Very well worth reading through it (its only 20 pages) - especially, if you are new to the 'C#' language or from a VB background. I mention the latter because I have seen C# code from former VB developers that make their code look like VB by obsessively using 'getters/setters' for one! This is not meant to disparage VB developers but C# has a style and standard of its own.

Good job Lance and many thanks!