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 are remotable objects in .NET Remoting?

2 Answers  


What are static assemblies and dynamic assemblies?

0 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers   Tavant Technologies, TCS, Tech Mahindra,


Explain the types of .net remoting?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  






What are CAO's i.e. Client Activated Objects ?

1 Answers  


How can you configure a .net remoting object via xml file?

0 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


What is the Difference between CAO and SAO in Remoting.

0 Answers  


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


Can you explain remoting?

0 Answers   QuestPond,


Categories