I am trying to work out a way to use dependency injection with ASP.NET Web Forms controls.
I have got lots of controls that create repositories directly, and use tho
You could also create some singleton instances in the Application_Start global.asax event and have them available as public static readonly properties.