MVC Developer Question:
Download Questions PDF

What is Dependency Resolution?

MVC Developer Interview Question
MVC Developer Interview Question

Answer:

Dependency Resolver again has been introduced in MVC3 and it is greatly simplified the use of dependency injection in your applications. This turn to be easier and useful for decoupling the application components and making them easier to test and more configurable.

Download MVC Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is Razor in MVC?Explain me is it possible to unit test an MVC application without running the controllers in an ASP.NET process?