Current official C# logo: 2023 - present
__________________________________________________________
Publish date: 2000
C# is 1 of 3 built-in native languages for the .NET ecosystem.
(Visual Basic.Net and F# are the other two)
Principle designer: Anders Hejlsberg for Microsoft
__________________________________________________________
Type system:
Abstract: Object entities, class-based object-oriented.
Paradigm: General purpose, object-oriented, functional.
Typing: Static, strong, along with type reconstruction (type inference).
Delcaritive typing domain: Language Intergration Query (LINQ).
Presence of functional typing: provided by LINQ.
-
Compiler: Roslyn
Syntax:
- A decendant of the 1972 C programming language.
- Code blocks are bracketed.
- A Semicolin represents a statement terminator.
Top comments (0)