Welcome to Neudesic Blogs Sign in | Join | Help

Monday, February 05, 2007 - Posts

When deploying a .Net project to production, it is often necessary to install an assembly into the Global Assembly Cache(GAC). The GAC is where you want to install assemblies that you want to share on your computer. Creating a Strong Name Before we Read More
In my last post, I listed the steps necessary to create a strong name key and to sign assemblies. I even discussed a feature of Visual Studio that permits you to share a single file across multiple projects. We shared a strong named key across three projects. Read More