Related resources for Com in C#
  • Com and Component creation in C#9/30/2012 4:39:32 AM. Component is nothing but the reusable piece of software in binary form that can be plugged into other components from other vendors.
  • Concept of COM in C#11/9/2011 7:58:06 PM. com is a kind of specification to make the component reusable. All the active components are by default com components. com is a concept-its practical implementation is activex.