What is C# - c# - c# tutorial - c# net
What is C# ?
- C# is pronounced as "C-Sharp".
- It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
- By the help of C# programming language, we can develop different types of secured and robust applications:
- Window applications
- Web applications
- Distributed applications
- Web service applications
- Database applications etc.
- C# 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.
- C# programming language is influenced by C++, Java, Eiffel, Modula-3, Pascal etc. languages.
c# coding structure :
C# coding structure
Sample c# program :
c# Intellisense :
learn c# - c# tutorial - c# intellisense - c# examples - c# programs