top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

0 votes
294 views
Explain the advantages of Dependency Injection (DI) in ASP.Net MVC?
posted Aug 30, 2016 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Below are the advantages of DI :

Reduces class coupling
Increases code reusing
Improves code maintainability
Improves application testing
answer Aug 31, 2016 by Shivaranjini
...