1: public sealed class ServiceLocatorDependencyResolver: IDependencyResolver, IServiceLocator 2: { 3: #region Public constructor 4: public ServiceLocatorDependencyResolver(IServiceLocator serviceLocator) 5: { 6: if (serviceLocator == null ) 7: { 8: throw...
As you may already know, ASP.NET 4.0 brought along with it a new mechanism to execute methods before the application start event (the Application_Start method): the PreApplicationStartMethodAttribute . This attribute, when applied to an assembly, indicates...
At last! Go get it from here .
Get it while it’s hot from here . Also read the release notes.
Nice whitepaper, available here .
Get it from http://www.codeplex.com/aspnet , including source code and a sample project.