Q: Microsoft.VisualBasic Namespace

G

Guest

Hi group,

I've seen a number of articles where .NET programmers argue against using
the Microsoft.VisualBasic namesapce; I've also seen others that promote the
use of this namespace.

What is a general consensus on the use of the namespace by the people who
frequent this board?

And if the consensus is to NOT use the Microsoft.VisualBasic namespace, then
what is the alternative for creating a COM class? When I create a new Com
Class item, NET automatically puts the following attribute at the top of the
object:
<ComClass(PrototypeObjects.ClassId, PrototypeObjects.InterfaceId,
PrototypeObjects.EventsId)>

Thanks for your input.
 
S

schneider

Use it if you need it. If I remember correctly, a lot of the functionality
of the library is optimized well.
I think most who are against its use are anti VB coders.

Schneider
 

Ask a Question

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.

Ask a Question

Top