-
Notifications
You must be signed in to change notification settings - Fork 0
DotNET IoC Containers
busterwood edited this page Dec 13, 2024
·
1 revision
Do you really need an IoC library? Prefer passing parameters into constructors in the main method, it is much simpler.
ioc-container-benchmark-performance-comparison
DryIoc is a very fast DI container which also has a MEF compatibility layer.
MEF was created for plugins, specfically Visual Studio, and supports changes while the program is running (recomposition). MEF can be used as a DI container but is a pain-in-the-a** when composition goes wrong.
MEF2 is a lightweight version of MEF, which has been optimized for static composition scenarios and provides faster compositions.
© Chris Austin 2018-2024