(Tutorial) C# Tutorial
Tutorial : C# Tutorial
What is C#
-
The C# programming language (pronounced "C-Sharp") is a powerful object-oriented programming languages.
-
C# was developed by Microsoft.
-
It enables programmers to quickly build a wide range of applications for the .NET platform.
-
C# reduces the development time of applications and also to attain good productivity.
-
All .NET languages, including C#, follow the Common Language Specification (CLS).
How to get started
To get started, a compiler and an editor will be required. There are several options for obtaining a compiler to write C# programs. Microsoft Visual C# Express is a good compiler and editor tool to install. It is free. Go to http://www.microsoft.com/express/vcsharp/ and click on the download. Save the vcssetup.exe at your desired location.
Courtesy:- Referencedesigner.com
- guru's blog
- Login or register to post comments

