G
Gary
I would like to know if I use C# instead of Vb.Net for Server components,
will there a performance improvement ?
TIA,
Gary
will there a performance improvement ?
TIA,
Gary
Rami Reddy said:Gary,
Since all the compiled code ( MSIL ) will be conevrted
by the same ZIT, and moreover it uses the same CLR
facilities, I dont see any performance oriented issues
between these two languages.Howver, it will be nice if
Microsoft come up with certain statistics on this issue,
so that there will be a tested proof.
Best Regards
Rami
Richard A. Lowe said:Gary, I would qualify a 'no' answer by saying, as long as
you don't make extensive use of the VB.NET runtime
libraries and don't use weak typing at all.
If you remove the Vb.NET runtime libraries and just use
core vb.net and the framework for everything you do, there
should be very little, if any, difference in performance.
Richard
Harsh Thakur said:I mostly agree with whats said above.
But guys, isn't the c# compiler slightly better at
optimizing the code?
At least thats what I've read.