What is C#?

C# is a popular programming language that was introduced by Microsoft in late 2000. It had its first stable release in year of 2002. The name of the language is pronounced “C Sharp”. It’s an object oriented language that was designed to be simple, easy to implement, and have close concept to other programming languages, especially C++ and Java.

How does C# compile?

C# runs on the .NET a framework that is consisted of objects. The framework contains other languages that are all debugged under the CLI (Common language infrastructure). Applications that are designed using C# require the hosting computer of server to have the .NET framework installed on it.

Why C#?

C# is widely used to develop different type of application and processes, such as Windows applications, web application, distributed systems, class libraries, mobile applications, and more. It’s a preferable language to use for most of the programmers when it comes to create application using the .NET frameworks.

In this tutorial, we will teach you the basics c#, along with some advanced topics that can enrich you skills set and put you on the right path to your programming career.

Should you have questions? Please do not hesitate to contact us or leave a comment in the comment box located at the bottom of each page of this tutorial.

Last modified: July 28, 2018

Comments

Write a Reply or Comment

Your email address will not be published.