How does assembly versioning in .NET prevent DLL Hell?
Answer Posted / sivaraj.t
here is the answer : : :
The runtime checks to see that only one version of an
assembly is on the machine at any one time.
.NET allows assemblies to specify the name AND the version
of any assemblies they need to run.
The compiler offers compile time checking for backward
compatibility.
It doesn.t.
Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
what are the requirements to enable remote components to interact each other?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is the purpose of strong name?
What are the situations you will use singleton architecture in remoting ?
What is fundamental of published or precreated objects in remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What do you mean by passport authentication?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
When should we choose .net remoting over .net web services?
How to directly call a native function exported from a dll?
Write a example code for remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is the proxy of the server object in .net remoting?
How can we call methods in remoting asynchronously?
What are the ways to renew lifetime leases of objects?