Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 21st, 2005, 12:29 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
Default COM......

Hi Friends

Again need the definition for the terms below:

1. COM
2. COM+
3. DCOM

Thanks



__________________
Regards
Mike
 
Old January 21st, 2005, 01:23 AM
Friend of Wrox
 
Join Date: Dec 2004
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Vadivel Send a message via Yahoo to Vadivel
Default

COM -- component Object model is Microsoft's component software architecture developed for Windows. Its the base for OLE and ActiveX and provides a means to reuse code without requiring recompilation. In COM, a component is a platform specific binary file that compliant applications and other components can utilize. Programs incorporating a components services never have access to its internal data structure, but instead include pointers to its standardized interface. So it is possible for Components to interact with each other regardless of how they work or what language they are written in.

COM+ is an enhanced version of COM that provides better security and improved performance.
DCOM - Distributed Component Object Model is an extension of COM that allows application and components to communicate with each otehr over a network.

Check out http://www.microsoft.com/com/default.mspx for more information about COM.

Long time back I have logged about IDispatch and IUnknown interfaces ... if you are interested check the below links :: 1. http://vadivel.blogspot.com/2003/12/...interface.html
2. http://vadivel.blogspot.com/2003/12/...interface.html


Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
 
Old January 21st, 2005, 06:45 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

<sarcasm>
COM: Complete prOgrammers nightMare
COM+: Even bigger Complete prOgrammers nightMare
DCOM: Distributed Complete prOgrammers nightMare

.NET programmers don't like COM. Can you tell?
</sarcasm>

-Peter









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.