https://github.com/fluxera/fluxera.extensions.hosting.modules
A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
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: 6 months ago
JSON representation
A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
- Host: GitHub
- URL: https://github.com/fluxera/fluxera.extensions.hosting.modules
- Owner: fluxera
- License: mit
- Created: 2021-12-12T04:20:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T12:44:46.000Z (12 months ago)
- Last Synced: 2024-10-29T21:45:32.572Z (7 months ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 2.08 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...