Related resources for Global Assembly Cache
  • 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
  • Compiler Tools In C#10/30/2023 6:57:34 AM. The attached zip file contains the source code and documentation of Compiler tools in C#.
  • Global Assembly Cache(GAC) Hell1/1/2021 9:55:33 AM. After having worked on a project involving heavy use of the Global Assembly Cache, I would like to tell you that using the GAC can be very frustrating. We had a solution which had several projects wit
  • Indepths of Global Assembly Cache12/31/2020 6:58:11 AM. This article gives an indepth knowledge of working of global assembly cache.
  • How to Call a .NET Assembly From a SQL Server Scheduled Job12/22/2020 7:30:05 AM. This article shows you a step-by-step implementation of a COM client (a SQL Server scheduled Job) using .NET and C#.
  • Assemblies In .NET Application12/11/2020 2:12:28 AM. In this article, I am going to explain about assemblies in .NET. Also, we will see how we can create assembly with a strong name. This article will help you understand the assembly, deeply.
  • Register Your Assembly in GAC Using Gacutil Exe11/11/2020 8:27:14 AM. Here you will learn how to add an assembly to the Global Assembly Cache (GAC).
  • 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.
  • COM Interoperability in VB.NET Part 311/10/2012 2:28:52 AM. In this article I cover the area how to use a COM server in a .NET client. Existing COM components are precious resources to your managed applications. So now let us observe how you can build a .NET Client that uses a COM Server.
  • The NeFs Application Demo Part 3: Building the Web Client 9/30/2012 2:42:21 AM. This is the final part of a three-part demo application dubbed Networked Financial System.
  • All about Global Assembly Cache4/2/2011 12:49:51 AM. This small article introduces the Global Assembly Cache for the beginners.
  • 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.
  • How to work with Assemblies in InstallShield Developer 7.012/24/2005 12:40:44 AM. InstallShield Developer 7.0 is the best solution for providing the very easy user interface to author installations having both .NET and side by side components. This article is a step by step walk through of how to create a deployment project using InstallShield.