What are the benefits of adding "Microsoft Visual Basic" as a reference in Visual Studio Environment using C#?
Asked
Active
Viewed 174 times
1 Answers
5
There are some useful classes in the Visual Basic namespace.
The classes were originally added to that namespace to ease transition from VB6 to VB.Net. However, being .NET classes, they can be directly consumed from any .NET language.

Eric J.
- 147,927
- 63
- 340
- 553