How does assembly versioning in .NET prevent DLL Hell?
Answer Posted / himanshu raj
dll hell problem occurs due to more than one assembly being used for single application. How the applic ation will know which assembly to use? Assembly name and number that is version is specified so that the application can use specific assemblies.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What do mean by remotable objects in .net remoting?
Are you aware of containment and Aggregation ?
What are the difference between static assemblies and dynamic assemblies?
Name the distributed systems available apart from .net remoting?
Garbage collector?s functionality on unmanaged code ?
What is the purpose of strong name?
What are the steps to publish an object outside the service domain
what are the requirements to enable remote components to interact each other?
What are static assemblies and dynamic assemblies. Differences between them?
Define singlecall activation mode in .net remoting?
What do you mean by passport authentication?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
How can you configure a .net remoting object via xml file?
How do you implement distributed applications in .net?
Explain the hierarchial description of remoting?