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# identifier naming rules and conventions
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names
닷넷(.NET) 대문자 표기 규칙(Capitalization Styles)
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/x2dbyw72(v=vs.71)
닷넷(.NET) 네이밍 가이드라인(Naming Guidelines)
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines
닷넷(.NET) enum 타입 네이밍 가이드라인(Enumeration Type Naming Guidelines)
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/4x252001(v=vs.71)?redirectedfrom=MSDN
반응형
'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 |