Component Object Model


A software architecture developed by Microsoft to build component-based applications. COM objects are discrete components, each with a unique identity, which expose interfaces that allow applications and other components to access their features. COM objects are more versatile than Win32 DLLs because they are completely language-independent, have built-in interprocess communications capability, and easily fit into an object-oriented program design. COM was first released in 1993 with OLE2, largely to replace the interprocess communication mechanism DDE used by the initial release of OLE. ActiveX also is based on COM.

Read Also:

  • CompuServe Information Service

    Short for CompuServe Information Service, one of the first and largest online services. CompuServe supports a wide array of forums and provides many types of electronic-mail services. In addition, it is connected to hundreds of different database systems. In 1997, the content portion of CompuServe was acquired by America Online and the network service was […]

  • ConciseXML

    A programming language syntax that is a compatible variation of the XML 1.0 syntax. ConciseXML works to eliminate what the authors call verbosity and ambiguity in XML. The ConciseXML specifications are completely free and open, and parsers are strongly encouraged to be open source. The standard file extension for the ConciseXML syntax is .cxs. Any […]

  • CVS

    Short for Concurrent Versions System, an open-source, network-transparent program that allows developers to keep track of different development versions of source code. CVS does not maintain multiple versions of source code files but keeps a single copy and records of all of the changes that are made. When a developer wants a particular development version […]

  • Conficker

    The Conficker/Downadup worm was first tracked in November 2008 (Win32/Conficker.A) and has infected thousands of business networks and millions of PCs since that time. Conficker uses advanced malware techniques to make it difficult to protect computers. Conficker primarily prevents users from installing Windows and antivirus software updates. The worm also has the capability to launch […]

  • ContentPlaceHolder control

    In Web site development with ASP.NET, the Master Page can contain a ContentPlaceHolder control that is used to define a region of the Master Page rendering that can be substituted with content from a page associated to the Master Page. See ASP.NET


Disclaimer: Component Object Model definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.