List Headline Image
Updated by Santosh Sahu on Aug 08, 2020
 REPORT
Santosh Sahu Santosh Sahu
Owner
1 items   1 followers   0 votes   0 views

C# Tutorial

C# is a general purpose, modern and object-oriented programming language commonly known as C sharp. It was developed by Microsoft within its .NET initiative led by Anders Hejlsberg and his team. It was approved by European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO). C# is a lot similar to Java and easy for the users who have knowledge of C, C++ or Java.

Source: https://www.alphacodingskills.com/cs/cs-tutorial.php

Operators are used to perform operation on two operands. Operators in C# can be categorized as follows:

  • Arithmetic operators
  • Assignment operators
  • Comparison operators
  • Increment/Decrement operators
  • Logical operators
  • Bitwise operators