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
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.