What is a di class?



What is a di class?..

Answer / Sandeep Bhatia

DI stands for Dependency Injection, a design pattern that removes the dependency on new or hardcoded objects and makes it easier to test, maintain, and modify code by providing an abstraction between dependencies and their implementations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How to declares a two-dimensional array in C#?

1 Answers   DELL,


Can arraylist store different data types in c#?

1 Answers  


What is event sourcing in c#?

1 Answers  


what is the lifespan of the items stored in viewstate ?

4 Answers  


Can fields inside a class be virtual?

1 Answers  


Write a short note on interface?

1 Answers  


What can I create with c#?

1 Answers  


Explain the various types of classes used in c#?

1 Answers  


To catch any possible exception What is the C# syntax written ?

1 Answers   Siebel,


What are object oriented concepts?

6 Answers   Adea, Microsoft,


What is helper method in c#?

1 Answers  


What is the difference between protected and private?

1 Answers  


Categories