c#

C# - Overview

C# is a modern, object-oriented programming language developed by Microsoft as part of the .NET framework. Designed for simplicity, scalability, and performance, C# is commonly used for developing Windows applications, web services, and games (using Unity). It combines the power of C++ with the ease of Java, supporting features like garbage collection, type safety, and rich libraries.

Basics

Control Statement

Function

Array

Object Class

Inheritance

Polymorphism

Abstraction

Namespace

Exception Handling

File IO

Collections

Multithreading

Misc