Related resources for COM components
  • COM Interoperability Part 1: Using COM Components in .NET Framework2/6/2024 11:08:45 AM. In this article, we review the concepts & walk through an example that demonstrates COM interoperability in the .NET framework. Learn about the Component Object Model (COM) and the Runtime Callabl
  • Custom SharePoint Solutions Best Practices8/3/2013 6:36:31 PM. Sometimes third party tools are used for some functionalities and developers have to refer them in the SharePoint projects.
  • COM Components from .NET Clients using VB.NET12/1/2012 2:08:08 AM. The .NET framework exposes COM objects through a proxy called the runtime callable wrapper (RCW). The primary function of RCW is to marshal call between a managed client (.Net) and unmanaged COM object. The runtime maintains a single RCW for each COM object.The example uses a COM component and DotNet client extending the functionality of the COM component using delegation.
  • Interoperability in .NET9/30/2012 5:39:00 AM. The important goals of .NET during its development was to promote interoperability with existing technologies.
  • .NET COM Interoperability - Part 1: Using COM Components from .NET Framework9/30/2012 5:10:24 AM. The DotNet framework exposes COM objects through a proxy called the runtime callable wrapper (RCW). The primary function of RCW is to marshal call between a managed client (.Net) and unmanaged COM object. The runtime maintains a single RCW for each COM object.
  • Describing COM (Component Object Model)9/30/2012 3:13:22 AM. Component Object Model (COM) is a method to facilitate communication between different applications and languages.
  • WCF Series - Introduction to WCF9/27/2011 12:19:05 AM. In this article we are going to see an introduction to Windows Communication Foundation.
  • Examples of COM Automation in Silverlight 43/31/2011 7:57:07 AM. In the previous lesson we talked about COM automation support introduced in Silverlight 4 and we said that COM automation is available only for Silverlight OOB (Out-of-Browser) applications that have Elevated Trust, and that’s one of the security restrictions imposed by Silverlight.Today, we’re going to talk about COM automation in more details and give few Silverlight examples that make use of this great feature.
  • Using Web Browser Options in C# and VB.NET8/30/2006 5:20:16 AM. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.
  • Web Browser in C# and VB.NET8/30/2006 5:01:50 AM. This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.
  • An insight into Code Reusability and COM Interoperability : Part I12/23/2005 5:20:31 AM. Code reusability is the art of using existing code to achieve better productivity and ease of maintenance. The concept of reusability is not new. Its existence has been evident since the evolution of mankind.
  • Accessing .NET Components from COM Clients and COM components from .NET Clients12/23/2005 1:20:59 AM. In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.