You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a comprehensive Multi-Tenant architecture using Entity Framework Core Query Filters. The system automatically filters data based on the current tenant context, ensuring complete data isolation between different tenants while maintaining a single database schema
Multitenancy is an architectural pattern where-in a software system can serve multiple groups of users or organizations. SAAS Products are a prime example of Multitenant architecture.
Extensions ecosystem inspired by Jason Taylor's Clean Architecture template, shipped as opt-in NuGet packages so you can keep the upstream template pristine.
The 'AmbientField' is the next generation of 'AsyncLocal'. It can survive a context switch and can create/restore snapshots. Its perfect for getting multi-tenant support into microservies.