G
Guest
Is C# is having a seperate class library?. Because it offers several features
comparing to other .NET languages.
comparing to other .NET languages.
There is only one "exception" to what I just said, and that is that
some languages (notably C#) have some language syntax that allows you
to get at properties and methods of classes that other languages "can't
see." I'm talking about C#'s and C++'s ability to define operators for
new type combinations, something for which VB.NET does not have
built-in syntax. In this one case there are a few methods in the class
library that you can use from C# but not from VB.NET.