C# – Overview

  • Post author:
  • Post category:C#
  • Post comments:2 Comments
C# - Overview

C# Overview is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg. This topic will teach you basic C# programming and will also take you through various advanced concepts related to the C# programming language.

C# – Overview

C # is a modern, general-purpose, object-oriented programming language developed by Microsoft and approved by European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO)

C# a widely used professional language −

  • I t is a modern, general-purpose programming language
  • It is object oriented.
  • It is component oriented.
  • I t is easy to learn.
  • I t is a structured language.
  • It produces efficient programs.
  • I t can be compiled on a variety of computer platforms.
  • I t is a part of .Net Framework.

Strong Programming Features of C#

Although C# constructs closely follow traditional high-level languages, C and C++ and being an object-oriented programming language. It has a strong resemblance with Java, it has numerous strong programming features that make it endearing to a number of programmers worldwide.

Few important features of C# −

  • Boolean Conditions
  • Automatic Garbage Collection
  • Standard Library
  • Assembly Versioning
  • Properties and Events
  • Delegates and Events Management
  • Easy-to-use Generics
  • Indexers
  • Conditional Compilation
  • Simple Multithreading
  • LINQ and Lambda Expressions
  • Integration with Windows

Next Topic – Click Here

This Post Has 2 Comments

Leave a Reply