Outils pour utilisateurs

Outils du site


developpement:dotnet:msioc

Ceci est une ancienne révision du document !


IoC

Recherche “console background service”

Lifetimes

  • Singleton:
    • Created once per application
    • The instance will be alive until the service is stopped
    • Disposed of when the application stops
  • Scoped:
    • Initialized when a scope is created
    • Kept alive until scope is disposed
    • Scope is defined for a HTTP request, or expliceitly defined
  • Transcient
developpement/dotnet/msioc.1683827423.txt.gz · Dernière modification : 2023/05/11 19:50 de sgariepy