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

PreApplicationStartMethodAttribute: WebActivatorEx vs. System.Web #19

Open
cb55555 opened this issue Mar 7, 2014 · 1 comment
Open

Comments

@cb55555
Copy link

cb55555 commented Mar 7, 2014

I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class called WebActivatorEx.PreApplicationStartMethodAttribute. However, there already exists a PreApplicationStartMethodAttribute class in the System.Web namespace of .NET Framework 4.5. Is there any significant difference between the two?

@davidebbo
Copy link
Owner

WebActivator is actually built on top of the ASP.NET attribute (see here).

The main difference is that it provides more features. The readme covers some of these items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants