What is C# - c# - c# tutorial - c# net



What is C# ?

 c sharp
  • 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 :

learn csharp - csharp tutorial - sample- c# - coding - structure - csharp examples -  csharp programs

C# coding structure

Sample c# program :

learn csharp - csharp tutorial - sample c# program - csharp examples -  csharp programs

c# Intellisense :

  • Intellisense is one of the best feature in c# which provides support and help for the developers.
  • While typing an automatic context menu kind of pop up will come which may help the developers to develop the code.
  • learn c# - c# tutorial - c# intellisense - c# examples -  c# programs

    learn c# - c# tutorial - c# intellisense - c# examples - c# programs

    learn c# - c# tutorial - c# intellisense - c# examples -  c# programs

    Related Searches to What is C#