How is a strongly-named assembly different from one that isn’t strongly-named?
Answer / Mohd Waseem Akram
A strongly-named assembly in .NET has an associated strong name, which consists of a public key token, the simple name (the name of the assembly), and the version number. Strongly-named assemblies provide stronger security and versioning guarantees compared to non-strongly-named assemblies. They can be installed into the Global Assembly Cache (GAC) and used by multiple applications without fear of conflicts or unauthorized modifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is default boolean value in c#?
How do you inherit from a class in C#?
Why should I use interface in c#?
What is the benefit of dependency injection c#?
Is it possible to have different access modifiers on the get/set methods of a property?
What are the types of delegates in c#?
What is difference between asp net and c# net?
Is comparator a functional interface?
What is the difference between finalize() and dispose() methods?
What is assembly and dll in c#?
What is the difference between these statements obj=null and obj.dispose()
Explain dataadapter.update method in .net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)