What is an assembly and what does manifest consists ?

Answers were Sorted based on User's Feedback



What is an assembly and what does manifest consists ?..

Answer / nihar

An Assembly is the building block of .net having
metadata,mainfest,culture info,ver no.

Mainfest cantain the information about the Metadata

Is This Answer Correct ?    7 Yes 0 No

What is an assembly and what does manifest consists ?..

Answer / moghan

Assembly:
Which is reusable,verionable and self describing
building blocks in CLR(Common Language Runtime).

Manifest:
It contains information about the Assembly where it is
residing.

Is This Answer Correct ?    2 Yes 0 No

What is an assembly and what does manifest consists ?..

Answer / saubhagya

Assembly is a unit of deployment like exe or dll.
Manifest contains the version number.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What is objref object in remoting?

0 Answers  


What is the difference between private and shared assembly?

1 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


Explain the differences between marshal by value and marshal by reference?

0 Answers  






What are the different types of channels used by .net remoting?

0 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


What are different types of assemblies?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Types of compatabilities and explain them ?

0 Answers   DELL,


What are the remotable objects in .net remoting?

0 Answers  


Categories