Coding Standard - nilfalen/BattleShip GitHub Wiki
Coding Standard
The Microsoft Developer standard
This is a standard used by Microsoft, when coding C#
The site above has a large list of standards that are easy to locate and understand
The Do Factory Recommendations
A comprehensive list of Coding Standards and Naming Conventions
From a brief glance, these are similar to the Microsoft Standards above
Lance Hunt C# Coding Standards for .NET
A nice pdf with tables and plenty of good examples of code
It is a several page document, which would require a bit of reading, but it
documents the coding standard very well