What is Assembly?



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

Post New Answer

More Dot Net General Interview Questions

What is meant by globalization?

1 Answers  


Explain the difference between managed and unmanaged code?

1 Answers  


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

1 Answers  


What security mechanisms to enforce for Authenticating and authorizing the users?

1 Answers  


Can you share processes between Windows services?

2 Answers  


What?s the Unix name for a Windows service equivalent?

1 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

1 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

1 Answers  


What is multiThreading in .NET?

1 Answers  


How to instantiate a delegate?

1 Answers  


What is the use of activex control in .net?

1 Answers  


What are the new features in .net core?

1 Answers  


Categories