Boot System
The 2sxc / EAV system has various boot helpers to get things going. The important ones to understand:
Various helpers register different parts of the Dependency Injection tree.
These are in variousRun.Startupnamespace, such as ToSic.Sxc.Run.Startup or ToSic.Eav.Run.Startup.There are special boot helpers which collect booting processes and run them in order as specified by each part.
These helpers implement IBootProcess. See ToSic.Sys.Boot for more details.Part of this booting is also the registration of various parts such as feature packages and definitions.
Also Read
- (none ATM)
History
- Documented for v22