InterviewSolution
Saved Bookmarks
| 1. |
What is Dependency Injection in ASP.Net MVC? |
|
Answer» it's a design pattern and is used for developing loosely couple code. This is greatly used in the software projects. This will reduce the coding in case of changes on project design so this is vastly used. |
|