close[x]


C#

C#-Home C#-Environment setup C#-Basic syntax C#-Comment C#-Variable C#-Data type C#-Type cast C#-User input C#-Operator C#-Math C#-Boolean C#-Decision C#-Switch C#-Loop C#-Break/Continue C#-Array C#-String C#-Namespace C#-Index C#-Method C#-Class/Object C#-Constructor C#-Encapsulation C#-Inheritance C#-Polymorphism C#-Abstraction C#-Interface C#-Get/Set C#-Enums C#-Exception C#-File I/O C#-Modifiers I/O C#-SQL



learncodehere.com



C# Tutorial

C# is pronounced as "C-Sharp".

C# is an object-oriented programming language provided by Microsoft.

C# is a programming language of .Net Framework.

C# gives you a clear structure to programs and allows code to be reused, lowering development costs.

C# is close to C++ and Java, it makes it easy for programmers to switch to C# or vice versa.


Object-Oriented Programming (OOPs)

C# supports the object-oriented programming, the four major pillar of object-oriented programming (OOPs) used in C# are:

  • Inheritance
  • Polymorphism
  • Encapsulation
  • Abstraction


  • Usage of C#

    C# programming language can develop different types of secured and robust applications:

  • Window applications
  • Web applications
  • Web service applications
  • Distributed applications
  • Database applications
  • Games
  • Mobile applications

  • C# Features

    C# is very easy to learn, and its syntax is simple, clean and easy to understand.

    C# programming is very powerful and simple for building scalable, interoperable and robust applications.

    C# is an object-oriented programming language.

    C# can be compiled on a variety of computer platforms.

    C# is automatic scalable and updatable programming language.

    C# uses strong memory management.

    C# provides a lot of inbuilt functions that makes the development fast.