Identifiers which conflict with reserved language keywords should be avoided. Using a reserved keyword as an identifier makes it harder for consumers in other languages to use your API.
Identifier names must differ from keywords. To use this string as an identifier name, enclose it in brackets. Example: GoTo]. ...
Identifier names must differ from keywords. To use this string as an identifier name, prefix it with the @ character. Example: ...
Identifiers must be integers between 0 and 65535. Integers between -32768 and -1 will be converted to their bit-wise equivalent ...
Identifiers which conflict in whole or in part with namespace names should be avoided. Names that describe the purpose or ...
Identifiers which conflict with reserved language keywords should be avoided. Using a reserved keyword as an identifier makes ...
Identity Specifiers: sid:sid - References the identity with the specified SID. Example: sid:S-1-5-21-2127521184-1604012920-1887927527-588340 ...
If a COM registration method is provided, an unregistration method must also be provided to reverse the operations performed ...
If a disposable object is not explicitly disposed before all references to it are out of scope, the object will be disposed ...
If a function name contains "uri" or "url" or "urn" and the return type is string, the return type should be changed to System.Uri. ...