What is an assembly and what does manifest consists ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is delay signing?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
Difference between web services & remoting?
What are channels in .NET Remoting?
Define a process?
What is asynchronous programming?
How do you reference to a private & shared assembly ?
Can you configure a .NET Remoting object via XML file?
Give the Hierarchial description of remoting?
define client activated objects (cao)?
What is a Windows process?