. NET Framework developerRefer to the followingArticleName namespaces, classes, objects, methods, attributes, and parameters:
1) Guidelines for names
Http://msdn2.microsoft.com/en-us/library/ms229002 (vs.80). aspx
2) msdn2005 Simplified Chinese version:
MS-help: // Ms. VSCC. v80/ms. msdn. v80/ms. netdevfx. v1_chs/dv_fxdesignguide/html/fc076d66-9b5f-42d3-aa65-61d970c794a3.htm
Content
- Case sensitivity
-
Describe different case-sensitive systems and use cases of each system.
- General naming conventions
-
General rules for selecting clear readable names.
- ProgramSet and DLL name
-
Describes the conventions for naming a hosted assembly.
- Namespace name
-
Describes the conventions used for namespace names and how to minimize conflicts between namespaces.
- Class, structure, and interface Name
-
Conventions that should be followed or avoided when describing the naming type.
- Type member name
-
Describes the best practices for selecting names for methods, properties, fields, and events.
- Parameter Name
-
Describes the best practices for selecting meaningful parameter names.
- Resource Name
-
Best practices for selecting names for localized resources.