A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
There are two major ways of configuring a module to be loaded by the hosting infrastructure:
- By declaring the module a dependency using the
[DependsOn]
attribute. - By loading the module dynamically by using it as kind of a plugin.
...
There are several ready-made module one can use in their application.
...
...