- Get link
- X
- Other Apps
C# Overview
C# is modern, general purpose, object-oriented programming language developed by Microsoft and approved by European Computer Manufacturers Association(ECMA) and International Standards Organization(ISO).
C# is designed for Common Language Infrastructures(CLI), which consists of the executable code and runtime environment that allows the use of various high-level languages on different computers.
There are some features of C# that makes it widely used as Professional Language:
C# is designed for Common Language Infrastructures(CLI), which consists of the executable code and runtime environment that allows the use of various high-level languages on different computers.
There are some features of C# that makes it widely used as Professional Language:
- C# is modern, general purpose programming language.
- It is object-oriented.
- It is easy to learn.
- It is a structured language.
- It produces efficient programs.
- It can be compiled on variety of computers platforms.
- It is a part of .Net framework.
Programming Features of C#:
- Boolean Conditions
- Automatic Garbage Collection
- Standard Library
- Assembly Versioning
- Properties and Events
- Delegates and Event Management
- Easy to use Generics
- Indexers
- Conditional Compilation
- Simple Multithreading
- LINQ and Lamda Expressions
- Integration with Windows
Comments
Post a Comment
If you have any doubt, ask here