Monday, August 31, 2009

C#

Since I have chosen C# as my topic of interest I decided to read up on some easy material so I can get to know the basics.

I used Wikipedia for this since it usually offers multiple sources but I am still very aware that it is an open source encyclopedia. Link:

http://en.wikipedia.org/wiki/C_Sharp_(programming_language)#.22Hello.2C_world.22_example

C# is a programming language that was developed for the Microsoft .NET framework. At first glance it appears to be quite similar to the Java language that I have previously learned. There are minor syntax differences such as == in Java is = in C#. The most recent version of C# to date that I have been able to find is C# 4.0 . One of the most important aspects of the language is that it supports internationalization. Simply put the language can be used across the globe without any major complications.

No comments:

Post a Comment