How Is The Dll Hell Problem Solved 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 constructor?

5 Answers   Amazon, Amdocs, Choice Solutions,


Explain the different types of delegates used in c#.

0 Answers  


Why do we use ienumerable in c#?

0 Answers  


What is generic delegates in c#?

0 Answers  


What is desktop application testing?

0 Answers  






Define interface class in c#?

0 Answers  


Can arraylist hold primitive types?

0 Answers  


write the Syntax for Function or Method Overriding?

5 Answers   HCL,


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is meant by desktop application?

0 Answers  


Explain how can you clean up objects holding resources from within the code?

0 Answers  


Does c# have a 'throws' clause?

0 Answers  


Categories