Tuesday, December 14, 2021

What is C# ("See Sharp") | Introduction of C#

 C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# is a simple programming language developed by Microsoft within its .NET Framework, C# enables developers to build many types of secure and robust applications that run in . NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. 

C# programming is very much based on C and C++ programming languages, so if you have a basic understanding of C or C++ programming, then it will be fun to learn C#.


Overview

C# is a modern, object-oriented programming language developed by Microsoft. C# was developed by Anders Hejlsberg during the development of the .Net Framework.

C# is designed for Common Language Infrastructure (CLI), which consists of the executable code and runtime environment that allows the use of various high-level languages on different computer platforms and architectures.

The below-given reasons make C# a widely used programing language:−

It is a modern, general-purpose programming language
It can be compiled on a variety of computer platforms.
It is a part of the .Net Framework.
It is object-oriented.
It is component-oriented.
It produces efficient programs.
It is easy to learn.
It is a structured language.
It is a very simple programing language.



No comments:

Post a Comment

What is C# ("See Sharp") | Introduction of C#

  C# (pronounced " See Sharp ") is a modern, object-oriented, and type-safe programming language.  C# is a simple programming lan...