In .NET platform, a strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature.
My application consists of three assemblies: a single EXE which references a couple of DLLs. The DLLs are private to …
.net assemblies strongnameI inherited a C# .NET application that needed slight modifications to some of the path name strings in one of …
c# .net dll strongname assembly-signingO.k, this is really irritating, I had noticed previously that the code generated by WPF for loading XAML resources …
.net wpf xaml resources strongnameI have been reading the proper article in MSDN, Strong-Named Assemblies and a related Stack Overflow question, Checking an assembly …
.net security assemblies strongname