What is C #

C # is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft and approved by the European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO).

C # is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft and approved by the European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO).

C # was developed by Anders Hejlsberg and his team while developing .Net Framework.

C # is designed for Common Language Infrastructure (CLI), which includes Executable Code and Runtime Environment, allowing us to use various high-level languages ​​on different platforms and computer structures.

Here are the reasons why C # is the widely used professional programming language:

  1. It is a modern programming language, general purpose.
  2. It is object-oriented.
  3. It is easy to learn.
  4. It is a structured language.
  5. It creates effective programs.
  6. It can be compiled on many different computer platforms.
  7. It is part of the .Net Framework.

Powerful programming features of C #

The C # structure is quite close to the traditional high-level languages, C and C ++, and is an object-oriented programming language. It has a strong resemblance to Java, it has many powerful programming features that make it popular with programmers all over the world.

Here are the important features of C #:

  1. Boolean conditions
  2. Automatic garbage removal by Garbage-Collector (GC)
  3. Standard Library (Standard Library)
  4. Assembly
  5. Property and events (Event)
  6. Delegate Event Management
  7. Easy to use Generic
  8. Indexer
  9. Conditional Compilation
  10. Multi-threaded easily (Multithreading)
  11. LINQ and Lambda Expression
  12. Integration with Windows

Follow tutorialspoint

Previous article: The most important programming languages ​​in the Internet of Things era

Next lesson: Installing C # environment

3.9 ★ | 14 Vote