How does assembly versioning in .NET prevent DLL Hell?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathiya
Using Zero impact deployment in .Net to prevent the DLL
Hell Proplem.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / 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 |
What are the difference between static assemblies and dynamic assemblies?
Will clr handle unmanaged code or not?
Explain Singleton design pattern of Remoting?
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.
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What are the differences between Marshal by value and Marshal by reference?
Can you have two files with the same file name in GAC?
Define a process?
Difference between remoting and web service ?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,