Overview of Finbuckle.MultiTenant
mainFinbuckle.MultiTenant is an open source multi-tenancy library for modern .NET. It is designed to enable three core multi-tenant capabilities:
- Tenant Resolution: Identifying which tenant a request belongs to.
- Per-tenant app behavior: Configuring application settings and options differently for each tenant.
- Per-tenant data isolation: Ensuring data is separated and isolated between tenants.
Starting with version 10, major version releases of the library align with major .NET version releases. For example, version 10 supports .NET 10. It is recommended to target the version of MultiTenant that matches your .NET version.