Subscribe

Introduction to C# Programming Language

Posted by Administrator on Saturday, June 25, 2011

                 C# (C Sharp) is a modern and most popular programming language developed by the Microsoft Cooperation.  Using C# programming language you can develop most efficient software applications such as

  • Standalone Desktop Applications
  • Web Applications
  • Mobile Applications
And C# is syntactically similar with the programming language called java. If you familiar with java, you can learn C# very easily. But no matter, if you are a beginner, you can also learn the concepts of C# easily and become a good C# developer.

C# is an Object Oriented programming language that is working with Microsoft .Net framework. So if you are a beginner you should know about Microsoft .Net framework and their functionality which will be discussed in the coming tutorials.

Why C#?

Why you should choose C# over other programming languages?, that is because C# is the simplest programming language to learn as a beginner. And it is modern and most of modern popular software applications are written using C#. And It is object oriented so programming is made easy. C# is powerful and flexible language which contains less number of language key words. So as a beginner, It is very efficient to know such kind of programming language like C#.

So let's learn C#. Before learning C# we have to prepare environment for developing C# applications.
  1. Install Microsoft .Net Framework
  2. Install Visual Studio 2008 (That is the development environment used to develop C# applications)
We will describe those things later. Now we setup development environment and go for further details. So first install Microsoft .Net Framework and then  Microsoft Visual Studio 2008 or 2010 and start learning C#.



0 comments:

Subscribe to: Post Comments (Atom)