C-Sharp
This page was created by Stephanie on 2024-05-20. Last edited by Edgar on 2025-01-20.
C# (C-Sharp) is a general-purpose high-level programming language developed by Microsoft that runs on the .NET Framework.
It is used to develop web apps, desktop apps, mobile apps, games, and much more.
Paradigms
C# supports multiple paradigms, including structured, imperative, object-oriented, event-driven, functional, and generic programming.
Features
- Static Typing: C# enforces strong typing and lexically scoped rules.
- Object-Oriented: It follows a class-based object-oriented model.
- Component-Oriented: C# allows building reusable components.
- Cross-Platform: C# runs on the .NET Framework and is also supported by .NET Core and Mono.
Learn more here: https://www.w3schools.com/cs/index.php