Using IServiceProvider can be a useful way to inject services into your controllers, but you don't usually want to use this technique in your final code. This article walks through the use of IServiceProvider as a step in refactoring unwieldy controllers.