August 2014
Intermediate to advanced
408 pages
9h 54m
English
CHAPTER 9
![]()
Dependency Injection
This chapter covers dealing with dependency injection in Web API services. You will learn how to do the following:
9-1. Inject Dependencies into ASP.NET Web API Controllers
Problem
You would like to inject, through the constructor, dependencies into your ASP.NET Web API controllers.
Solution
ASP.NET Web API provides two primary ...