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 9a9f7c8

Browse files
committed
Update C# Coding Standards and Naming Conventions.md
Add table align
1 parent 21811f6 commit 9a9f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎C# Coding Standards and Naming Conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
| SQL Server Object Name | Notation | Length | Plural | Prefix | Suffix | Abbreviation | Char Mask |Underscores |
5-
|-------------------------|----------|------|------|------|------|------------|-------------------|-------------|
5+
|:--------------------------|:-----------|-------:|:-------|:-------|:-------|:-------------|:-------------------|:------------|
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 |

0 commit comments

Comments
(0)

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