.net - Strong name is must -


Is it necessary to give a strong assembly a strong name before putting it into GAC?

I recommend that you find a very good explanation about strong naming and signing. This article states that you can delay signing of an assembly and still can file the assembly in GAC.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -