Info
Version: | 2.11.0 |
Author(s): | Appccelerate team |
Last Update: | Wednesday, January 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/appccelerate/bootstrapper |
NuGet Url: | https://www.nuget.org/packages/Appccelerate.Bootstrapper |
Install
Install-Package Appccelerate.Bootstrapper
dotnet add package Appccelerate.Bootstrapper
paket add Appccelerate.Bootstrapper
Appccelerate.Bootstrapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Appccelerate.Fundamentals(>= 2.8 && < 3.0)
Tags
The bootstrapper provides a single entry point to startup and shutdown the application,
Fluent definition syntax allowing to expressively define the startup and shutdown behavior of the application,
Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style,
ConfigurationSection support with behavior,
Unobtrusive Key/Value pair configuration section support with behavior,
Thorough reporting of application startup and shutdown behavior.