Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Introduction to C


May 11, 2021 C#


Table of contents


Introduction to C#

It is a modern, generic, object-oriented programming language developed by Microsoft and approved by Ecma and ISO.

It was developed by Anders Hejlsberg and his team during the development of the .Net framework.

It is designed for common language infrastructure (CLI). The CLI consists of executable code and runtime environments that allow for the use of a variety of high-level languages on different computer platforms and architectures.

There are several reasons why C# has become a widely used professional language:

  • Modern, universal programming language.
  • Object-oriented.
  • For components.
  • It's easy to learn.
  • Structured language.
  • It produces efficient programs.
  • It can be compiled on a variety of computer platforms.
  • Part of the .Net framework.

The powerful programming features of C

Although the concept of C# is very close to the traditional high-level languages C and C, is an object-oriented programming language, but it is very similar to Java, there are many powerful programming features, so the vast number of programmers.

Here are some of the important features of C#:

  • Boolean Conditions
  • Automatic Garbage Collection
  • Standard Library
  • Assembly Versioning
  • Properties and Events
  • Delegates and Events Management
  • Easy-to-use generics
  • Indexers
  • Conditional Compilation
  • Simple multithreading
  • LINQ and Lambda expressions
  • Integrate Windows