Michael McLaughlin 5 Tips for Understanding Managed-Unmanaged Interoperability in .NET Interop doesn't have to be taxing. Interoperability between managed and unmanaged code happens under the hood in .NET. When you are doing Interop in your... 14 November 2011 23 min read
Phil Wilson Build and Deploy a .NET COM Assembly Phil Wilson demonstrates how to build and deploy a .NET COM assembly using best practices, and how to access it from early and late binding... 15 May 2006 28 min read
Phil Wilson Simple COM server registration Looking at COM activation context on Windows XP and Windows Server 2003. Working with manifest files and XML. Exposing .NET COM class libraries using interop.... 09 March 2006 18 min read