What is a strong name in .net?



What is a strong name in .net?..

Answer / Amit Prakash

A Strong Name in .NET refers to a unique identifier for an assembly that consists of its version, culture, public key token, and simple name. It provides a higher level of identity for assemblies than just the file name, ensuring integrity, authenticity, and preventing name collisions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Please explain what are an object and a class?

1 Answers  


What is the use of immutability?

1 Answers  


What is delegation in .net?

1 Answers  


object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....

1 Answers   Infotech, Wipro,


Explain me what is the .net framework and how does it work?

1 Answers  


What is equivalent for regsvr32 exe in .net ?

1 Answers  


What are the different types of memory in .net?

1 Answers  


What are the authentication methods in .net?

1 Answers  


What is the difference between response.redirect & server.transfer?

1 Answers  


What is 3 tier architecture?

1 Answers  


Is .net a compiler?

1 Answers  


What is a web service in .net?

1 Answers  


Categories