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
Is it a good design practice to distribute the implementation to remoting client?
What is Remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are different types of assemblies?
What are static assemblies?
Explain how to perform remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are static assemblies and dynamic assemblies. Differences between them?
How can you configure a .net remoting object via xml file?
What are the different types of channels used by .net remoting and which is the best one?
Define singlecall activation mode in .net remoting?
What are dynamic assemblies?
What do you mean by windows authentication?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain when we use web service and when we use remoting?