Answer Posted / randy luton
Unique number generated to identify a module in an
assembly. The hash code ensures that the proper version of
a module is loaded at runtime.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is use of a HashTable in .NET?
Does the system.exception class have any cool features?
What are the principles of delegation?
What is the use of constructor in c# with example?
Why interface is required?
What are the Features in .net framework 1.1
What happens when thread sleep () method is called?
Where is c# compiler located?
What is boolean method?
Why we use get and set property in c#?
What is a di class?
What does ienumerable mean?
Explain what is an interface in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is protected internal modifier in C#?