DEV Community

AlexanderR7
AlexanderR7

Posted on

Microsoft .Net Language: C#


Current official C# logo: 2023 - present

 __________________________________________________________ 
Enter fullscreen mode Exit fullscreen mode

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

 __________________________________________________________ 
Enter fullscreen mode Exit fullscreen mode

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)