Skip to content

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

Notifications You must be signed in to change notification settings

sadedil/WebForms.DependencyInjection

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published