I'm talking about Visual Basic, not C#, although I doubt C# is faster overall than Java 5, maybe for GUI's in Windows using Windows.forms.robmiller said:No it isn'tC# is faster than Java but neither are as fast as well-written C++.
robmiller said:Mono is coming on in leaps and bounds.
Maybe for C#, not for visual basic .net. Development of open source visual basic .net libraries and compiler implementation has been very slow. It has a very poor implementation of Windows.Forms, you won't be able to easily use your windows code in linux anytime soon. The legality of some parts of Mono are another issue, plus the fact that it will always be behind Microsoft's Visual Studio which is a moving target.
robmiller said:MSDN's docs are absolutely awesome and completely free.
I wouldn't call them awesome. Free for viewing from a web browser, otherwise you need to spend hundreds of dollars for a MSDN subscription to make it nicely integrate into the development environment.
robmiller said:What? How? Expand.
here's some explanation of the sandbox security model in Java 5:
http://www.artima.com/underthehood/overviewsecurity2.html