WebActivator icon indicating copy to clipboard operation
WebActivator copied to clipboard

PreApplicationStartMethodAttribute: WebActivatorEx vs. System.Web

Open cb55555 opened this issue 10 years ago • 1 comments

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?

cb55555 avatar Mar 07 '14 01:03 cb55555

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.

davidebbo avatar Mar 07 '14 02:03 davidebbo