adspace


What is a strong name in .net?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141