Day 30

C# Introduction

What is C#?

C# is pronounced "C-Sharp". 

It is an object-oriented programming language created by Microsoft that runs on the .NET Framework.

C# has roots from the C family, and the language is close to other popular languages like C++ and Java.

The first version was released in year 2002. The latest version, C# 12, was released in November 2023.

C# is used for:

  1. Mobile applications
  2. Desktop applications
  3. Web applications
  4. Web services
  5. Web sites
  6. Games
  7. VR
  8. Database applications
  9. And much, much more!


Comments

Popular posts from this blog

Day 2 Talking about computer science 💻

Day 5💻

Day 12 “C comments”