What is dependency injection in simple words?


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

Post New Answer

More C Sharp Interview Questions

What are the ways to deploy an assembly?

1 Answers  


Is php better than c#?

0 Answers  


Why do we use interface in c#?

0 Answers  


Why c# is called c sharp?

0 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What is use of FormBoarderStyle Propertie

0 Answers   MCN Solutions,


What is concrete class in c#?

0 Answers  


Is null empty or whitespace c#?

0 Answers  


Is array reference type / value type ?

6 Answers   Accenture, BirlaSoft,


What is getenumerator?

0 Answers  


Categories