-
Notifications
You must be signed in to change notification settings - Fork 1
Home
James McKay edited this page Oct 21, 2018
·
2 revisions
FactoryFactory is a new IOC container, built from the ground up to support the standard DI abstractions in .NET Core, while at the same time aiming to be as extensible and flexible as possible. Unlike older containers (StructureMap, Ninject, AutoFac, Unity, Castle Windsor etc), which have had to struggle with complex abstraction layers and internal behavioural changes to conform to the Microsoft specifications while maintaining support for legacy codebases, FactoryFactory supports the new standard out of the box, making it an ideal drop-in replacement for the comparatively rudimentary container provided with ASP.NET Core.