📄️ Introduction
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language created by Microsoft that runs on the .NET platform. C# has roots from the C family of languages and is close to other popular languages like C++, Java, and JavaScript. The first version of C# was released in 2002. The latest version, C# 11, was released in November 2022.
📄️ Basic Syntax
C# syntax is based on the C family of languages and is similar to other popular languages like C++, Java, and JavaScript. In this section, we will cover some of the basic elements of C# syntax, such as: