It's my favourite language at the moment and I'm interested in learning its history.
|
1
|
|||||||||||||||||||||
|
|
|
Java. Simple question, simple answer. |
||||||||||||||||
|
|
|
Semicolons are mathematically proven to make your language at least 9% sexier. |
||||||
|
|
|
Try to get away from the 'Basic' stuff as C(++) and Java devs thought VB was way too lame to switch. Furthermore: It sounds way cooler on parties when saying 'Hey I'm C-SHARP!', then 'I'm Visual Basic'. Just ain't gonna score you anything. |
||
|
|
|
|
|
||
|
|
|
|||
|
|
|
|
General consensus is that they wanted a post-C++ language that had all the stuff Java offered, but wasn't tied to the JVM. As Sam Meldrum noted, the CLR and C# are basically Java and the JVM implemented by a different development team. The CLR has also allowed them to consolidate a lot of under the hood work so that improvements in language capabilities can be shared between Visual Basic and C#; it gives them a clean 'Noob language' vs 'Pro language' upsell opportunity. |
||||||||||||||||
|
|
|
C# is also an easier way to do components than COM/C++. COM is neither an easy nor a forgiving environment to program in. I don't know all of the technical details, but I do recall that a lot of the things that COM provided through lots of work C# provides for 'free'. |
||
|
|
|
|
Below is a brief outline I did for someone a while back answering this question: C#
Further Reading |
|||
|
|
|
|
Microsoft were using Java, they had their own JVM and supported it in Internet Explorer, but they wanted Java to interoperate with existing C++/VB code bases, and extended Java to provide that. Sun didn't like that, because it didn't want to see "Microsoft Java" applications that wouldn't run on Sun hardware, so it took them to court to have Microsoft's Java implementation banned, and won. Without those extensions, Java's appeal to Microsoft (namely, as a much superior replacement for both C++ and VB in most of their application areas) was lost, so they recreated what they needed as C#/VB.NET. |
||
|
|
|
|
From C#/.NET History Lesson. |
||
|
|
