Table of Contents

Boot System

The 2sxc / EAV system has various boot helpers to get things going. The important ones to understand:

  1. Various helpers register different parts of the Dependency Injection tree.
    These are in various Run.Startup namespace, such as ToSic.Sxc.Run.Startup or ToSic.Eav.Run.Startup.

  2. 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.

  3. Part of this booting is also the registration of various parts such as feature packages and definitions.

Also Read

  • (none ATM)

History

  1. Documented for v22