Related resources for strong name
  • Low Down on Installing a .NET Assembly into the GAC2/6/2024 8:41:37 AM. This article will walk you through the process of giving your assembly a strong name and installing it into the GAC. This .NET tutorial guides you through the process of creating a Shared Assembly wit
  • Strong Name Assemblies in .NET4/4/2019 2:54:56 PM. In this session, you will learn what strong name assemblies are and how an assembly can be stored in the GAC Folder. We also discussed, how to create a strong name assembly using Visual Studio.
  • Assembly - Difference between .EXE and .DLL4/4/2019 2:53:07 PM. In this video, we will discuss the difference between EXE and .DLL . An Exe have independent memory address space to execute, whereas a DLL needs a host to execute itself, therefore it needs an EXE.
  • Introduction to Assemblies in .NET4/4/2019 2:50:17 PM. In this video, we will understand assemblies in .NET, Types of assemblies. Assemblies in .NET are single unit of deployment.
  • Creating Strong Names Using Visual Studio Command Prompt2/4/2016 9:45:33 AM. In this post we will see how to create strong names using Visual Studio Command Prompt.
  • Debugging a Compiled Component10/31/2013 1:21:51 AM. After an assembly is compiled into a dll in a release mode, it is very difficult to gather information from it such as runtime performance, parameters values, etc.
  • Building Assemblies using VB.NET11/10/2012 2:39:37 AM. This article discusses how to build assemblies and secure them from being tampered.
  • .NET COM Interoperability - Part 2: Using .NET Component from COM9/30/2012 5:12:25 AM. When a COM client calls a DotNet object, the DotNet framework will create a COM callable wrapper (CCW). COM clients use the CCW as a proxy for the managed object.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
  • Public Key Token Generation Algorithm12/16/2005 5:32:55 AM. The PublicKeyTokenGenerator class and a small utility that generates Public Key Token from the Public Key using that class.