Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM Is Dead?????
Message
From
05/07/2001 09:31:32
 
 
To
05/07/2001 08:56:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00526321
Message ID:
00526916
Views:
13
Jeff,

>> Yes. The COM architecture is no longer used in .NET - .NET components are
>> called web services and run under the CLR (Common Language Runtime).

COM is still used by .NET, if you look at the IL disassembly at specific portions of the BCL you will see that they are making calls through the COM interopability layer to COM interfaces, much the same way that their is a dependance on DLL entry points.

>> Legacy COM and COM+ components can still be called from .NET apps using
>> assemblies or something.

Again its not specifically assemblies that are responsible for this but the COM interopability layer used in assemblies.

Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform