Answer Posted / kirti
A name that consists of an assembly's identity�its simple text name, version number, and culture information (if provided)�strengthened by a public key and a digital signature generated over the assembly. Because the assembly manifest
contains file hashes for all the files that constitute the assembly implementation, it is sufficient to generate the digital signature over just the one file in the assembly that contains the assembly manifest. Assemblies with the same strong name are expected to be identical
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How viewstate is being formed and how it is stored on client in .net?
What is the difference between a class and an object, and how do these terms relate to each other?
What's singleton activation mode in .net?
Is .net a programming language?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Describe the compilation process for .net code?
Explain what is the difference between constants and read-only variables?
What is COM Interoperability in .NET
What is file extension of Webservices in .Net?
What is stored procedure ? how we use it in .NET ?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is il in vb.net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Please explain what are an inheritance, polymorphism, and encapsulation?