0
kicks
Dependency Injection and Webform Applications
This post discusses how I implement dependency injection with WebForm applications using a base class for pages. I use Windsor; however, the DependencyResolver class is written to be swapped out with an implementation of IDependencyResolver so that you can use any DI framework.