C#, 닷넷 네이밍 가이드라인, 올바른 문자 표기법 문서모음

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

 

댓글

Designed by JB FACTORY