Ad space (banner)
#️⃣C# Lessons
Lesson 1 / 68

Getting Started

To run C#, you will need the following. C# is a language developed by Microsoft that combines static typing with object-oriented programming, and it is used across a wide range of fields, from Windows application development to game development with the Unity engine.

  • Visual Studio Community (free): install it from the official site.
  • Alternatively, install the .NET SDK and write your code in VS Code.
  • If you want to build games, C# is also the scripting language of the Unity game engine.
← Previous lesson Next lesson →
Ad space (banner)
Ad space (in-article)