Introduction of C# (C Sharp)
C# is a modern object-oriented, general-purpose programming language, created and developed by Microsoft together with the .NET platform. There is highly diverse software developed with C# and on the .NET platform: office applications, web applications, websites, desktop applications, mobile applications, games and many others.
This tutorial will teach you basic C# programming and will also take you through various advanced concepts related to C# programming language.
C# was developed by Anders Hejlsberg and his team during the development of .Net Framework. C# is designed for Common Language Infrastructure (CLI), which consists of the executable code and runtime environment that allows use of various high-level languages on different computer platforms and architectures.
Below are the point which cause C# to use widely
- It is a modern & latest programming language
- It supports object oriented programming.
- It is component oriented.
- It is easy to learn.
- It is a structured language.
- It produces efficient programs.
- It can be compiled on a variety of computer platforms.
- It is a part of .Net Framework.
- Strong Programming Features of C#
Although C# constructs closely follow to C and C++ as base language and being an object-oriented programming language. It has numerous strong programming features that make it endearing to a number of programmers worldwide.
No comments:
Post a Comment
If you have any doubt please let me know..