Wednesday, December 16, 2009

C# Coding Standards

I have always been very keen on coding standards and as believe that a strict standard is key to writing maintainable code.
Today i stumbled upon a document that summarizes all the C# coding standards that i usually apply.
Thanks to Lance Hunt for publishing this document!

Get the document here: http://weblogs.asp.net/lhunt/pages/CSharp-Coding-Standards-document.aspx

/Ruud