Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit acd7467

Browse files
committed
Update C# Coding Standards and Naming Conventions.md
fix some typos
1 parent 99dcda4 commit acd7467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎C# Coding Standards and Naming Conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## C# Coding Standards and Naming Conventions ##
1+
# C# Coding Standards and Naming Conventions
22

33

44
| SQL Server Object Name | Notation | Length | Plural | Prefix | Suffix | Abbreviation | Char Mask |Underscores |
55
| ------------------------- | ---------- | ------ | ------ | ------ | ------ | ------------ | -------------------|-------------|
66
| Class name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
77
| Constructor name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
88
| Method name | PascalCase | 128 | Yes | No | No | No | [A-z][0-9] | No |
9-
| Method arguments | camelCase | 128 | Yes | No | No | Yes | [A-z][0-9] | No |
9+
| Method arguments | camelCase | 128 | Yes | No | No | Yes | [A-z][0-9] | No |
1010
| Local variables | camelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
1111
| Constants name | PascalCase | 50 | No | No | No | No | [A-z][0-9] | No |
1212
| Field name | camelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | Yes |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /