C# Introduction
What is C#?
C# is called "C-Sharp".
It is the language of object-oriented design created by Microsoft operating on the .NET Framework.
C# has roots from the C family, and the language is close to other popular languages such as C ++ and Java.
The first version was released in 2002. The latest version, C# 8, was released in September 2019.
C# is used for:
- Mobile applications
- Desktop applications
- Web applications
- Web services
- Web sites
- Games
- VR
- Database applications
- And much, much more!
Why Use C#?
- It is one of the most popular editing languages in the world.
- It is easy to read and easy to use.
- It has great community support.
- C# is an object-oriented language that gives a clear structure to programs and allows the code to be reused, reducing development costs.
- Since C# is closer to C, C ++ and Java, it makes it easier for programmers to switch to C # or vice versa.
© copyright 2021. All rights reserved.