In this post I address how .Net and COM types can be expressed and manipulated across architectural boundaries. And also, you are exposed to the key .NET-to-COM interoperability issues you are likely to encounter on a day-to-day basis. For example, you investigate a number of ways to build interoperability assemblies (including “primary” interop assemblies), examine [...]
Posts Tagged ‘reference’
.NET-to-COM Interoperability-The Basics
Posted in .Net Articles, C#, tagged .NET-to-COM Interoperability, client, co-class, COM Interoperability, interface, interop assemblies, management, RCW, reference on August 12, 2008 | Leave a Comment »
Delay Signing an Assembly
Posted in .Net Articles, C#, tagged assemblies, Delay Signing, key pair, public key, reference, signature, signing, verification on July 22, 2008 | Leave a Comment »
An organization can have a closely guarded key pair that developers do not have access to on a daily basis. The public key is often available, but access to the private key is restricted to only a few individuals. When developing assemblies with strong names, each assembly that references the strong-named target assembly contains the [...]