.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