top of page
  • Writer's pictureMohammed Niyas

Introduction to c# Programming

What is the c# program?

is a modern, object-oriented and type-safe programming language.


Object-Oriented Programming (OOP):

OOP relies on the concepts of classes and objects and which is how the programs get simple and reusable pieces. Then what are classes and objects? Not now, let us catch it later.

Type-Safe programming language:

Support operations only that are only condoned by the data type, for example, Integer X stores numbers and does not support a string operation.


It is quite boring to read all these kinds of things in the beginning, So let us understand what you can do by learning C#.


What is C# used for?

The advantage of learning C# is, that it can be used to create applications like Mobile Applications, Desktop Applications, Cloud Applications, Websites, Enterprise software, and games on multiple platforms including Windows, Linux, Mac, Android & IOS.


Why should you learn C#?

C# is still a popular language and continues to raise the opportunities for the application and websites built on the ASP.net framework. C# is an open-source platform now led by Microsoft and is not coupled to the windows system. It is a cross-platform language that helps us to run one development effort on multiple platforms.


Let us see how to write a simple program in C#


42 views0 comments

Recent Posts

See All
bottom of page