C# Introduction

Last modified: July 11, 2021

C# version was first released with Visual Studio .NET 2002, and it is similar to C++ or JAVA. You can easily able to port if you have knowledge of them. If you do not have knowledge of these programming languages, you can still follow this tutorial as it is targted for beginner. The latest version is 9.0. C# is one of the programming languages (others are VB.NET and F#) used in the ASP.NET framework. It is developed by Microsoft.

C# is a simple, modern, wide general-purpose, object-oriented programming. In this tutorial, we will learn basic C# programming.

This tutorial is targted for the beginners, help them to learn basic C# programming.

To get started, we need an IDE, Microsoft Visual Studio. It is possible to use a code editor like Visual Studio Code but IDE will be easier for beginners.

Install Visual Studio

To install Visual Studio 2019, visit https://visualstudio.microsoft.com/downloads/ and download and install the Community version, which is free. Select ".NET cross-platform development" package. vs vs