C#, 닷넷 네이밍 가이드라인, 올바른 문자 표기법 문서모음
- c#
- 2019. 2. 24.
C#, 닷넷 네이밍 가이드라인, 올바른 문자 표기법 문서모음
c# Coding Conventions(Naming conventions)
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions
C# Coding Conventions
Learn about coding conventions in C#. Coding conventions create a consistent look to the code and facilitate copying, changing, and maintaining the code.
docs.microsoft.com
c# identifier naming rules and conventions
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names
C# identifier names
Learn the rules for valid identifier names in the C# programming language.
docs.microsoft.com
닷넷(.NET) 대문자 표기 규칙(Capitalization Styles)
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/x2dbyw72(v=vs.71)
Capitalization Styles
Table of contents Capitalization Styles Article 11/17/2006 2 minutes to read In this article --> Use the following three conventions for capitalizing identifiers. Pascal case The first letter in the identifier and the first letter of each subsequent concat
docs.microsoft.com
닷넷(.NET) 네이밍 가이드라인(Naming Guidelines)
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines
Naming Guidelines - Framework Design Guidelines
In this overview, read about naming conventions to use in framework development. Go to articles covering capitalization, general naming, and other guidelines.
docs.microsoft.com
닷넷(.NET) enum 타입 네이밍 가이드라인(Enumeration Type Naming Guidelines)
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/4x252001(v=vs.71)?redirectedfrom=MSDN
Enumeration Type Naming Guidelines
Table of contents Enumeration Type Naming Guidelines Article 11/17/2006 2 minutes to read In this article --> The enumeration (Enum) value type inherits from the Enum Class. The following rules outline the naming guidelines for enumerations: Use Pascal cas
docs.microsoft.com
'c#' 카테고리의 다른 글
C# 프로그래밍 - 제네릭(Generic) 클래스, 메서드 (0) | 2021.10.29 |
---|---|
C# 프로그래밍 - 배열(선언, 초기화, 크기지정, 자주 사용하는 메서드) (0) | 2021.07.05 |
C#, 닷넷 프레임워크(.NET Framework) (0) | 2021.05.05 |
C# 프로그래밍 - 문자열(String) 이스케이프 시퀀스, 축자 텍스트@ (0) | 2021.01.07 |
비쥬얼 스튜디오에서 문자 검색 및 모두 바꾸기 (0) | 2020.12.12 |