TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About strong name
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nilesh Jadav (3)
Mayur Gujrathi (1)
Prashant Tailor (1)
Sibeesh Venu (1)
Wdenton (1)
Seakar Krishna (1)
Ashish Jaiman (1)
Doug Doedens (1)
Shashi Jeevan M P (1)
Related resources for strong name
No resource found
Creating And Using Shared Assembly
6/4/2024 12:51:22 PM.
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
Low Down on Installing a .NET Assembly into the GAC
2/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 .NET
4/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 .DLL
4/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 .NET
4/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 Prompt
2/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 Component
10/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.NET
11/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 COM
9/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 Projects
2/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 Algorithm
12/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.