/WebForms.DependencyInjection

Just contains some samples for ASP.NET Web Forms Dependency Injection Support (ships with .NET Framework 4.7.2)

Primary LanguageC#

ASP.NET WebForms.DependencyInjection

for .NET Framework 4.7.2

This repo just contains some samples of ASP.NET Web Forms Dependency Injection Support


Important Note

This project is at the very beginning stage. Some of these examples are not working. ¯\_(ツ)_/¯


  • Autofac - Not working (Cannot activate classes which has private constructor)
  • CustomActivator - Working (for experimental purposes only)
  • Ninject - Working
  • Unity - Not Working (Cannot find a way to support IServiceProvider)
  • Other DI Frameworks (to be added soon)