I am new to C sharp [Archive] - C Board

PDA

View Full Version : I am new to C sharp


t3chn0n3rd
03-09-2008, 07:19 AM
A friend of mine is learning this for a new job.

What is this programming language primary used for?

CornedBee
03-09-2008, 07:19 AM
Web applications and RAD.

Aran
03-19-2008, 06:08 PM
...It's basically Microsoft's version of Java. I prefer it to Java.

In short: It's meant to develop applications on the .NET platform, be they web apps or traditional apps. It's compiled to the same intermediate language that all the other .NET languages are.