Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Visual Studio.NET written using Visual Studio.NET?
Message
From
07/04/2006 04:22:24
 
 
To
06/04/2006 22:13:01
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01111232
Message ID:
01111302
Views:
18
Craig,

>> Most of the .Net framework was written in C#, with parts of it written in
>> VB, but in the end, that doesn't really matter at they both compile to
>> the same IL and use the same runtime.

Sometimes it does matter, the VB and C# compilers both generate IL but it is not the same in terms of the physical instructions that are produced.

For example VB.Net 1.1 relied heavily on reflection to implement some of its feature set to the point that they (MS) did a lot of work for 2.0 in that area of the VB compiler to speed things up.

Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform