0% found this document useful (0 votes)
22 views5 pages

Introduction To C#: Prepared By: Sponsored by

Uploaded by

SEVAR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views5 pages

Introduction To C#: Prepared By: Sponsored by

Uploaded by

SEVAR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Erbil Polytechnic University

Koya Technical Institute


Information Technology

Introduction to C#

Prepared By : Sponsored By:


Abdulla Ghazi D.Wshyar
Nurhan Mhamad
Sevar Fakher
Lazhen Mhamad
C# :
C# is a general-purpose, modern and object-
oriented programming language pronounced
as “C sharp”. It was developed by Microsoft
led by Anders Hejlsberg and his team within
the .
Net initiative and was approved by the
European Computer Manufacturers
Association (ECMA) and International
Standards Organization (ISO). C# is among
the languages

for Common Language Infrastructure and


the current version of C# is version 7.2. C# is
a lot similar to Java syntactically and is easy
for the users who have knowledge of C, C++
or Java.
Programming in C#:
Since the C# is a lot similar to other widely
used languages syntactically, it is easier to
code and learn in C#.
Programs can be written in C# in any of the
widely used text editors like Notepad++,
gedit, etc. or on any of the compilers. After
writing the program save the file with the
extension
.cs.
Advantages of C#:
C# is very efficient in managing the system. All the
garbage is automatically collected in C#.
There is no problem of memory leak in C# because of
its high memory backup.
Cost of maintenance is less and is safer to run as
compared to other languages. C# code is compiled to
a intermediate language (Common (.Net)
Intermediate Language) which is a standard
language, independently irrespective of the target
operating system and architecture
Disadvantages of C#:
C# is less flexible as it depends alot on .Net
framework.
C# runs slowly and program needs to be
compiled each time when any changes are
made

Applications:
C# is widely used for developing desktop
applications, web applications and web
services.
It is used in creating applications of
Microsoft at a large scale.
C# is also used in game development in Unity
Reference:
https://www.geeksforgeeks.org/introduction-to-c-sharp/

You might also like