Friday, 30 November 2012

Visual C#

We have discussed .NET framework, now we will move on to C#.

As far as I understand C# is an object orientated programming language with a similar syntax to C++ and Java.

I imagine it has similar features to Java in terms of multi-threading and garbage collection.

Lets get more information from Microsoft:

It seems that the Microsoft implementation of C# is Visual C#. Visual studio is the de-facto platform for this.


C# (pronounced "C sharp") is a programming language that is designed for building a variety of applications that run on the .NET Framework. C# is simple, powerful, type-safe, and object-oriented. The many innovations in C# enable rapid application development while retaining the expressiveness and elegance of C-style languages. Visual C# is an implementation of the C# language by Microsoft. Visual Studio supports Visual C# with a full-featured code editor, compiler, project templates, designers, code wizards, a powerful and easy-to-use debugger, and other tools. The .NET Framework class library provides access to many operating system services and other useful, well-designed classes that speed up the development cycle significantly.

I think I have understanding of this now.

I will go back to it later.

No comments:

Post a Comment