vegaitglobal / uSiteBuilder

Vega IT’s uSitebuilder is an open source (LPGL) framework created for .NET developers to accelerate and streamline their Umbraco based development projects. Our objective is to enable back-end developers to adhere to the .NET standards with minimal external interaction, and to facilitate the automation of their deployments.
GNU Lesser General Public License v2.1
29 stars 21 forks source link

- Activator abstraction added - now it's possible to use IoC with uSiteB... #19

Closed VladimirLevchuk closed 9 years ago

VladimirLevchuk commented 9 years ago

Activator abstraction added - now it's possible to use IoC with uSiteBuilder convertors; default activator is ReflectionBasedActivator (for backward compatibility), alternative one is MvcDependencyResolverActivator.