Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How does assembly versioning in .NET prevent DLL Hell?

Answers were Sorted based on User's Feedback



How does assembly versioning in .NET prevent DLL Hell?..

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

How does assembly versioning in .NET prevent DLL Hell?..

Answer / sathiya

Using Zero impact deployment in .Net to prevent the DLL
Hell Proplem.

Is This Answer Correct ?    11 Yes 2 No

How does assembly versioning in .NET prevent DLL Hell?..

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

Post New Answer

More Dot Net Remoting Interview Questions

How do you implement distributed applications in .net?

0 Answers  


Define proxy in .net remoting?

0 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


Explain serialization formatters in .net remoting

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


What are the different types of channels used by .net remoting?

0 Answers  


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


What are the threading types?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers   Tavant Technologies,


How can you configure a .net remoting object via xml file?

0 Answers  


What is the proxy of the server object in .net remoting?

0 Answers  


Categories