How can it prevents DLL Hell assembly versioning in .NET?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is a dll in c#?

0 Answers  


what are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

1 Answers   4Cplus,


Explain constructor in c#?

1 Answers  


What is icomparer in c#?

0 Answers  


If I want to override a method one of class A and in class b then how do you declare?

0 Answers  


Is collection a data structure?

0 Answers  


What are the types of inheritance in c#?

0 Answers  


What is the difference between proc. Sent by val and by sub?

0 Answers  


Is there regular expression (regex) support available to c# developers?

0 Answers  


Why we use get set in c#?

0 Answers  


int a = '3' + '4'; char n = (char)a; What will be answer of n?

4 Answers  


Is c# pass by value?

0 Answers  


Categories