Strong naming. Net assemblies isn’t new. Prepping dependency assemblies (specifically, those not in the Global Address Cache) is also non-trivial but necessary. Here’s a quick way to apply strong naming to an existing (non-signed) assembly. From a Visual Studio.NET command prompt, enter the following: 1. To Generate a Strong Name […]