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 are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are channels in .NET Remoting?
What does manifest consists?
What do you mean by passport authentication?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
How do you define the lease of the object?
About sn.exe ?
What are the difference between static assemblies and dynamic assemblies?
What distributed process frameworks outside .NET do you know?
How do you directly call a native function exported from a DLL?
What is a Windows process?
What is a strong name?