official MS style guide?

official MS style guide?

am 21.11.2007 22:13:03 von 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

Re: official MS style guide?

am 21.11.2007 22:55:17 von spaceMarine

On Nov 21, 3:13 pm, SpaceMarine wrote:
> 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/default.asp?url=/library/e n-us/cpgenref/html/cpconnamingguidelines.asp


sm