August 2014
Intermediate to advanced
688 pages
18h 5m
English
CHAPTER 10
![]()
Creating and Configuring a Web API Application
In this chapter, I create the example application that I use for all the chapters in this part of the book. I show you how to perform basic configuration and set up dependency injection to create loosely coupled components. In short, this chapter sets the foundation for the more detailed topics that follow so that I don’t have to create a new example application in each chapter.
That said, dependency injection for Web API applications is an interesting topic in its own right because it is an example of the kinds of problems that arise when designing applications that have Web API and MVC ...