Answer Posted / versha
assembly is unit of deployment like .exe,.dll
in case of assembly all information of assembly is stored
in manifest.this give information like version number,scope
of variable etc.we can see it using ILDASM .
types
1)private
2)shared
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is lazy initialization?
Do you know the difference between the stack and the heap?
What is interface and abstract class in .net?
How is a managed code executed?
Can you edit data in repeater control? How?
How to convert a .NET object into COM operabililty?
what is the meaning silverligt control
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Explain what is the difference between a class and an object?
Explain the differences between server-side code and client-side code.
What is reflection in microsoft .net context?
What is the difference between asp.net & vb.net and explain architecture?
What is the native image generator?
What is the need of OLE-automation?
What is value type and refernce type in .net?