Question 92. Advantages Of Vb.net And C#
Advantages VB.NET :- * Has support for optional parameters which makes COM interoperability much easy. * With Option Strict off late binding is supported.Legacy VB functionalities can be used by using Microsoft.VisualBasic namespace. * Has the WITH construct which is not in C#. * The VB.NET part of Visual Studio .NET compiles your code in the background.