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 |
| |||
| 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 |
| What is meant by Satellite assembly in Asp.Net ? | mobilegeek | ASP and ASP.NET Programming | 3 | 08-08-2007 02:18 AM |
| How can I create the com visible assembly ? | kingmaker | C# Programming | 1 | 07-26-2007 02:16 PM |
| Whats an assembly? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 02:20 AM |
| What is strong-typing versus weak-typing? | vadivelanvaidyanathan | ASP and ASP.NET Programming | 1 | 07-17-2007 03:23 AM |
| Is someone using your assembly? (SecUtil.exe .Net FrameWork Tools Series) | Gopisoft | VB.NET Programming | 0 | 02-25-2007 09:31 PM |