This is a mirror of official site: http://jasper-net.blogspot.com/

How strong name assemblies keep you out of DLL Hell

| Monday, June 14, 2010
while using Microsoft .NET framework for creating any application we are previously facing same problem with the DLL Hell. it arises a problem while updating a components so it breaks the other application which are depend on it. to overcome such a issues developer needs to implement the concept of Strong name .In this article you can through with how and why to use strong name .

Strong Name :
what is strong name? A Strong name is of information used to identify the assembly which may consist of Text-name , four part of version number , culture information , public key and the digital signature which may stored in a assembly manifest that get embedded on the file of the assembly.

By using the Strong name the CLR can assured that two assembly can be there with the same name. by the way strong name is basically provided the unique identification of the assembly. there are two scenarios in which the strong name can included in the assembly

1. Shared Assemblies
2. Serviced Components.

Read more: Coding Stuffs

Posted via email from .NET Info

0 comments: