Jump to content
io.kent

Name and Code Conventions

Recommended Posts

Posted

Everyone should read this, regardless of how advanced of a coder you think you are I am 100% certain you will learn something and be better for it. I've tried to organize items 1-9 in order of importance in case you have a low attention span but you really should make an effort to read all of them.

1.) Capitalization Conventions:

http://msdn.microsoft.com/en-us/library/ms229043.aspx

2.) General Naming Conventions:

http://msdn.microsoft.com/en-us/library/ms229045.aspx

3.) Naming Conventions:

http://msdn.microsoft.com/en-us/library/0b283bse.aspx

4.) Names of Parameters:

http://msdn.microsoft.com/en-us/library/ms229004.aspx

5.) Names of Type Members:

http://msdn.microsoft.com/en-us/library/ms229012.aspx

6.) Names of Classes, Structs, and Interfaces:

http://msdn.microsoft.com/en-us/library/ms229040.aspx

7.) Names of Namespaces:

http://msdn.microsoft.com/en-us/library/ms229026.aspx

8.) Names of Assemblies and DLLs:

http://msdn.microsoft.com/en-us/library/ms229048.aspx

9.) Names of Resources:

http://msdn.microsoft.com/en-us/library/ms229037.aspx

10.) Coding Conventions:

http://msdn.microsoft.com/en-us/library/h63fsef3.aspx

11.) Comments in Code:

http://msdn.microsoft.com/en-us/library/bx185bk6.aspx

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...