반응형

 

<출처: https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/index >

 

C# 프로그래밍 가이드 C# programming guide

이 문서의 내용

이 섹션에서는 핵심 C# 언어 기능과 .NET Framework를 통해 C#에서 액세스할 수 있는 기능에 대한 자세한 정보를 제공합니다.

이 섹션 대부분에서는 사용자가 C# 및 일반적인 프로그래밍 개념을 이미 알고 있다고 가정합니다.

 

프로그램 섹션Program sections

C# 프로그램 내부

Main()과 명령줄 인수

언어 섹션Language Sections

문, 식, 연산자 Statements, expressions, and Operators

유형 Types

클래스 및 구조체 Classes and Structs

인터페이스 Interfaces

열거형 형식 Enumeration Types

대리자 Delegates

배열 Arrays

문자열 Strings

속성 Properties

인덱서 Indexers

이벤트 Events

제네릭 Generics

반복기 Iterators

LINQ 쿼리 식 LINQ Query expressions

람다 식 Lambda expressions

네임스페이스 Namespaces

Nullable 형식 Nullable Types

안전하지 않은 코드 및 포인터 Unsafe Code and Pointers

XML 문서 주석 XML Documentation Comments

플랫폼 섹션Platform Sections

응용 프로그램 도메인(C# 및 Visual Basic) Application Domains (C# and Visual Basic)

어셈블리 및 전역 어셈블리 캐시 Assemblies and the Global Assembly Cache

특성 Attributes

컬렉션 Collections

예외 및 예외 처리 Exceptions and Exception Handling

파일 시스템 및 레지스트리(C# 프로그래밍 가이드) File System and the Registry (C# Programming Guide)

상호 운용성 Interoperability

리플렉션 Reflection

C# Reference
C#

 

 

반응형

+ Recent posts