Answer Posted / deepa ,cse
A combination of Assembly name(the name of your
assembly ie .dll) + version number + culture locale + public
key token(a 16digit number) makes up a strong name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create properties and methods using controls?
How can you assign an rgb color to a system.drawing.color object?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is WSDL? Explain its architecture?
How to implement CAS in .Net?
What's wrong with a line like this? Datetime.parse(mystring);
What is msil, il?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is the purpose of enumerable class in .net?
What are the properties of ADO.NET?
Explain memory-mapped files.
What are the main components in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the single responsibility principle?