1.

Explain the advantages of Dependency Injection (DI) in ASP.Net MVC?

Answer»

Below are the advantages of DI :

  • Reduces class coupling
  • Increases code reusing
  • Improves code maintainability
  • Improves application testing


Discussion

No Comment Found