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

Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  


what is sitemap

3 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


What are possible implementations of distributed applications in .NET?

2 Answers  


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,






What is assembly ?

4 Answers   DELL, TCS,


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


define client activated objects (cao)?

0 Answers  


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

0 Answers  


What is the purpose of strong name?

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


Categories