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?s the DLL Hell problem solved in .NET?



How?s the DLL Hell problem solved in .NET?..

Answer / daniel

Assembly versioning allows the application to specify not
only the library it needs to run (which was available under
Win32), but also the version of the assembly.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Sharp Interview Questions

What is an assembly qualified name? Is it a filename? How is it different?

0 Answers  


What is new method in c#?

0 Answers  


What debugging tools come with the .NET SDK? CorDBG

1 Answers  


How many types of namespaces available in version4?

0 Answers   HCL,


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


What is the Difference between directcast and ctype?

1 Answers   Wipro,


What are strongly typed objects?

0 Answers  


How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mechanism going behind?

2 Answers   Advanced Software Systems, Choice Solutions,


How do I count the length of a string in c#?

0 Answers  


What is difference between sleep () and wait ()?

0 Answers  


What is the use of console?

0 Answers  


I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


Categories