What is an assembly and what does manifest consists ?
Answer Posted / 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 View All Answers
Define a process?
Explain how does assembly versioning in .net prevent dll hell?
What are static assemblies?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can we configure a .net remoting object via xml file?
What do you mean by passport authentication?
What are the ways to renew lifetime leases of objects?
Explain marshalling and its types in .net remoting
What are the threading types?
Explain serialization formatters in .net remoting
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define the lease of the object?
When do we use delegates in your remoting applications?
Explain the differences between marshal by value and marshal by reference?
What is asynchronous programming?