Re: Difference between vb components and dotnet components
Alireza Kheyrollahi <[email protected]> Sat, 29 Jun 2002 16:28:53 +0100
| Newsgroups | gmane.comp.windows.devel.vbcom |
|---|---|
| Message-ID | <004101c21f81$b0228610$20e77ad5@aliostad> |
Hi, Of course there are lots of difference but which one are you most interested in? If you mean DLLs created in DOTNET, they are not binary and they have been half-compiled to MIL which would need .NET framework to do the Just-in-ime compilation. DOTNET framewrok is something like JVM but more powerful and also much more fuss about it. If you mean classes created in .NET, they are much more powerful and can handle all features of OOP. If you mean ability to being hosted on COM+, they are not much different (or I do not know much about the differences) you just have to do something in order to make it able to run on COM+ which I do not remember. It seems that MS is waiting for the release of .NET servers for its next generation object brokers. Cheers. Ali ----- Original Message ----- From: "P. S. Manikandan" <[email protected]> To: <[email protected]> Sent: Friday, June 28, 2002 10:32 AM Subject: [VBCOM] Difference between vb components and dotnet components > hi friends.. > Can anyone tell the difference between the components developed > in visual basic and components developed in dotnet > > Regards > Manikandan > > You can read messages from the VBCOM archive, unsubscribe from VBCOM, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. >