C#
C# (C Sharp) is an object-oriented programming language from the .NET ecosystem used to develop modern software applications.
Functionality and Use
The language is often used to develop web applications, desktop programs, mobile apps and games. Thanks to its integration into the .NET platform, it is particularly suitable for applications in the Microsoft environment.
Developers write C# code in a development environment, for example in Visual Studio. The code is then compiled and executed by the .NET runtime environment. This creates an executable application that can be used on different systems.
Examples
- Development of a Windows desktop program
- Programming a game with Unity
- Creating a Web API with ASP.NET
- Development of a corporate software

What happens when compiling?
code gets exe-cutable
