C#-Intro, Uses & IDE

Get familiar with C#

Microsoft created the programming language C# (C-Sharp), which is based on the.NET Framework. Games, desktop, mobile, and web applications are all developed in C#.

Example
using System;
namespace HelloGkits
{
class Program
{
static void Main(string[] args)
        { Console.WriteLine(“Hello gkits!”);
}
}
 }
 

C# Introduction


Pronouncing C# as “C-Sharp”

 Microsoft invented this object-oriented programming language, which is based on the.NET Framework. C# is related to other well-known languages like C++ and Java and has roots in the C family. In 2002, the initial iteration was made available. C# 12, the most recent version, was made available in November 2023. C# is employed in: Applications for mobile devices Desktop programs Web services and applications Websites, VR games, and database apps And a whole lot more! Why Make Use of C#? One of the most widely used programming languages worldwide, it is simple to use and easy to master. There is a lot of community support for it. The object-oriented language C# provides programs with a definite structure and enables code to be

Why Use C#?

  •  It is among the most widely used programming languages worldwide and is simple to use and master.
  • It has a lot of support in the community.
  • Because C# is object-oriented, programs can have a clear structure and can reuse code, which reduces development costs.
  • Programmers can easily convert from C to C# or vice versa because C# is similar to C, C++, and Java

You will learn the fundamentals of C# with this course.
Any prior programming knowledge is not required. 

C# IDE

C# IDEUsing an IDE is the simplest method to get started with C#.

Coding is edited and compiled using an IDE, or integrated development environment.

We will be using Visual Studio Community in our course, which can be downloaded for free from

https://visualstudio.microsoft.com/vs/community/.