https://github.com/fluxera/fluxera.extensions.hosting.modules
https://github.com/fluxera/fluxera.extensions.hosting.modules
api architecture asp-net-core cache clean-architecture data ddd domain-driven-design dotnet dotnet7 http-client microsoft-extensions-hosting modules odata-client odata-server persistence
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluxera/fluxera.extensions.hosting.modules
- Owner: fluxera
- Created: 2025-07-28T16:55:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T16:55:25.000Z (11 months ago)
- Last Synced: 2025-08-13T09:49:46.366Z (11 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
[](https://dev.azure.com/fluxera/Foundation/_build/latest?definitionId=89&branchName=main)
# Fluxera.Extensions.Hosting.Modules
A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
## Usage
There are two major ways of configuring a module to be loaded by the hosting infrastructure:
1. By declaring the module a dependency using the ```[DependsOn]``` attribute.
2. By loading the module dynamically by using it as kind of a plugin.
...
## Available Modules
There are several ready-made module one can use in their application.
...
## Configuration
...