official MS style guide?

  • Thread starter Thread starter SpaceMarine
  • Start date Start date
S

SpaceMarine

hello,

i thought i remember seeing at one point a "recommended" style guide
written for C#. this .NET/csharp guide was written by microsoft and
covered things like case, formatting, naming conventions, etc.

has anyone seen something like this? i am googling & searching MSDN2,
but havent found it yet.


thanks!
sm
 
i thought i remember seeing at one point a "recommended" style guide
written for C#. this .NET/csharp guide was written by microsoft and
covered things like case, formatting, naming conventions, etc.

has anyone seen something like this? i am googling & searching MSDN2,
but havent found it yet.

i found these:

"Design Guidelines for Developing Class Libraries"
http://msdn2.microsoft.com/en-us/library/ms229042.aspx

Naming Guideline
http://msdn.microsoft.com/library/d...en-us/cpgenref/html/cpconnamingguidelines.asp


sm
 
Back
Top