adspace


Explain the advantages of dependency injection (di) in asp.net mvc?

Answer Posted / Sarmad

Dependency Injection in ASP.NET MVC provides several advantages, such as improved testability, loosely coupled code, and increased flexibility by allowing the decoupling of components and their dependencies.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1306


Explain the request flow in asp.net mvc framework?

1089


Possible ways to prevent xss attacks on mvc application?

1079