Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
Difference between the C# and VB.net - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Web design (/forumdisplay.php?fid=4)
+--- Thread: Difference between the C# and VB.net (/showthread.php?tid=1844)



Difference between the C# and VB.net - websitebuildersperth - 03-19-2012 04:07 PM

How We differentiate the C# and Vb.net in .net Platform...


RE: Difference between the C# and VB.net - bowbawang - 03-19-2012 05:35 PM

Both Visual Basic .NET and Visual C# .NET use the common language runtime. There are almost no performance issues between Visual Basic .NET and Visual C# .NET. Visual C# .NET may have a few more "power" features such as handling unmanaged code, and Visual Basic .NET may be skewed a little toward ease of use by providing features such as late binding. !