Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
Предоставляет набор стандартного функционала. Среди основных возможностей:
1) Выполнение инициализирующих действий при загрузке библиотеки TraceEngine.Core (См. описание TraceEngine.Startup.StartupFactory);
2) Реализация self-generic синглтона (TraceEngine.Core.Factory.SingletonBase),...
More information
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible:
The bootstrapper provides a single entry point to startup and shutdown the application,
Fluent definition syntax allowing to expressively define the startup...
More information