Embed presentation
Download to read offline


The document outlines the differences between CCW and RCW, DLLs and EXEs, and managed and unmanaged code. CCW is used for COM to .NET communication while RCW is for .NET to COM. DLLs allow object creation and are in-process while EXEs do not allow object creation and are out-of-process. Managed code runs under CLR, compiles to intermediate language, and provides services like security while unmanaged code does not run under CLR, compiles directly to machine code, and does not provide those services.
