What is C# ?

Home / C# / What is C# ?
C# – Developing Applications in Visual C# .NET
Download

It is a programming language of .Net Framework.

Our It tutorial includes all topics of it such as first example, control statements, objects and classes, inheritance, constructor, destructor, this, static, sealed, polymorphism, abstraction, abstract class, interface, namespace, encapsulation, properties, indexer, arrays, strings, regex, exception handling, multithreading, File IO, Collections etc.

What is C#

It is pronounced as “C-Sharp”. It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.

By the help of it programming language, we can develop different types of secured and robust applications:

  • Window applications
  • Web applications
  • Distributed applications
  • Web service applications
  • Database applications etc.

It is approved as a standard by ECMA and ISO. C# is designed for CLI (Common Language Infrastructure). CLI is a specification that describes executable code and runtime environment.

Recent Post