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 |
Please explain what are an object and a class?
What is the use of immutability?
What is delegation in .net?
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....
Explain me what is the .net framework and how does it work?
What is equivalent for regsvr32 exe in .net ?
What are the different types of memory in .net?
What are the authentication methods in .net?
What is the difference between response.redirect & server.transfer?
What is 3 tier architecture?
Is .net a compiler?
What is a web service in .net?