Tuesday, March 27, 2018

C# Tutorial : Introduction of C#

1 : Introducing C#

 

What is C#?

------------------------------------------
C#('C Sharp') is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft.

It has been designed to support the key feature of .Net Framwork.
It is a simple efficent, productive and type-safe language.
It is a purely objected-oriented, modern language suitable for developing Web based application.

Features of C#

------------------------------------------
It has numerous strong programming features that make it endearing to a number of programmers worldwide.

The important features of C# as follows −

  • Automatic Garbage Collection
  • Versioning support
  • Strict type-safety
  • Delegates and Events
  • Boxing and Unboxing
  • Web Services
  • Properties to access data members.
  • Boolean Conditions
  • Standard Library
  • Assembly Versioning
  • Properties and Events
  • Easy-to-use Generics
  • Indexers
  • Conditional Compilation
  • Simple Multithreading
  • LINQ and Lambda Expressions
  • Integration with Windows

Characteristics of C#

------------------------------------------
C# is designed for both computing and communications. The key feature are as followes :
  • Simple
  • Consistent
  • Modern
  • Object-oriented
  • Type-safe
  • Versionable
  • Compatible
  • Interoperable and  
  • Flexible

No comments:

Post a Comment