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


Please Help Members By Posting Answers For Below Questions

Explain the differences between marshal by value and marshal by reference?

585


Define singlecall activation mode in .net remoting?

521


How can we call methods in remoting asynchronously?

521


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

534


Define a process?

553






When do we use delegates in your remoting applications?

521


What do mean by remotable objects in .net remoting?

525


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

2580


Define the lease of the object?

590


Explain serialization formatters in .net remoting

566


How do you implement distributed applications in .net?

516


Write a example code for remoting?

524


What are the channels in .net remoting?

532


I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.

1979


What is Remoting?

644