Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create standard ASP.NET integration #23

Closed
alexmg opened this issue Jan 22, 2014 · 1 comment
Closed

Create standard ASP.NET integration #23

alexmg opened this issue Jan 22, 2014 · 1 comment

Comments

@alexmg
Copy link
Member

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on January 25, 2008 22:36:26

A pre-built integration for ASP.NET will benefit a large number of people
working in this environment.

Once this is done, the MVC integration should be layered on top of it.

The primary requirements of this integration are:

  • Injection of dependencies into Pages and Controls
  • Per-request container disposal
  • Minimisation of static dependencies
  • Flexible enough to accommodate multiple container scoping schemes
  • Easy to configure
  • Reasonably testable code...

Ideally Pages should be able to be injected into without disrupting the
inheritance hierarchy, e.g. by using [InjectProperties] or a similar
attribute in conjunction with an HTTP Module. Perhaps additional attributes
targeting members could be used to implement recursive injection.

Base classes for Pages and Controls should also be provided for those not
wishing to install an HTTP Module.

Original issue: http://code.google.com/p/autofac/issues/detail?id=22

@alexmg
Copy link
Member Author

alexmg commented Jan 22, 2014

From nicholas...@gmail.com on February 02, 2008 15:47:21

Status: Verified

@alexmg alexmg closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant