This is a discussion on What is the Purpose of strong name for assembly ( for all language) within the C# Programming forums, part of the Software Development category; What is the Purpose of strong name for assembly ( for all language)...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| What is the Purpose of strong name for assembly ( for all language) |
|
#2
| |||
| |||
| StongName should help developers to uniquely identify versions of their .NET assemblies.By strong-naming an assembly you protect it against someone wedging their own assembly with the exact same interface over yours--reducing the security risk.If you have a need to put an assembly in the GAC or you need to deploy you assembly to computers where only strong-named assemblies can have Full trust, you may also need to strong-name your assembly. For more details u can visit here Strong Names Explained >> English Bar |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| per-assembly or per-method | gkumar | ASP and ASP.NET Programming | 0 | 07-20-2009 10:50 PM |
| Crohn's disease has strong genetic link: study | subho | The Lounge | 0 | 12-02-2008 08:35 PM |
| MagickNet dll strong name | crey | C# Programming | 1 | 09-30-2008 04:13 AM |
| Purpose of GUI map configuration | Shanthi | Testing Tools | 1 | 08-27-2007 04:50 AM |
| Whats an assembly? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 01:20 AM |
Our Partners |