Related resources for COM Callable Wrapper
  • COM in .NET12/6/2020 9:49:37 PM. This article explains how .NET applications interoperate with COM and vice-versa using RCW and CCW.
  • Managed code and unmanaged code in .NET10/24/2018 1:28:03 AM. In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
  • Interoperability in .NET9/30/2012 5:39:00 AM. The important goals of .NET during its development was to promote interoperability with existing technologies.
  • 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.
  • Query Tool to Excel using C# and .NET8/30/2006 1:01:56 AM. This article show how to use .NET's interoperability feature to pull the data directly into the spreadsheet.