What is Assembly?
Answer / 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 |
What is meant by globalization?
Explain the difference between managed and unmanaged code?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What security mechanisms to enforce for Authenticating and authorizing the users?
Can you share processes between Windows services?
What?s the Unix name for a Windows service equivalent?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is multiThreading in .NET?
How to instantiate a delegate?
What is the use of activex control in .net?
What are the new features in .net core?