What is ioc containers c#?


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

Post New Answer

More C Sharp Interview Questions

What is binding in c#?

0 Answers  


Is a valid int value?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


How to find type of variable?

0 Answers   HCL,


Why ref is used in c#?

0 Answers  






What do you mean by parsing and how to parse a date time string in c#?

0 Answers  


What if an error occurs in Catch block, how can you prevent it?

2 Answers   IBM,


Is a dll an assembly?

0 Answers  


What is extended class in c#?

0 Answers  


What are delegates and why are they required?

0 Answers  


How do you declare a method in c#?

0 Answers  


What's the difference between abstraction and encapsulation?

0 Answers  


Categories