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 unboxing?
What is objref object in remoting?
How can you debug failed assembly binds?
Define remotable objects in .net remoting?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
Define the lease of the object?
What are static assemblies and dynamic assemblies. Differences between them?
What?s a proxy of the server object in .NET Remoting?
Explain the Flow of remoting?
What are remotable objects in .NET Remoting?
How do you implement distributed applications in .net?
What are the threading types?