Design Guidelines for class developers

8. February 2008
There's always been some confusion for developers on things like naming conventions, coding style, when/where/how to use namespaces, and the like.  Microsoft published guidelines for this 3 or so years back and updates them as new releases of .Net come out.  You may find them online at:
 
http://msdn2.microsoft.com/en-us/library/ms229042.aspx

Development ,