What problem does it solve?
Setting up Entity Framework Core with multitenancy, unit of work, and repository patterns in Jarvis .NET projects requires manual boilerplate code, correct dependency injection ordering, and handling of multiple database models, which is error-prone and time-consuming for backend development teams.
Core Features & Use Cases
- Multitenancy Pattern Support: Configure shared single database, per-tenant dedicated database, or hybrid multitenancy models for SaaS applications.
- Integrated UoW & Repository Setup: Automate registration of unit of work, DbContext, and tenant resolvers with enforced correct DI ordering to avoid common misconfigurations.
- Use Case: A .NET backend team building a multi-tenant SaaS with Jarvis can use this skill to eliminate setup errors and reduce EF integration time from hours to minutes.
Quick Start
Use the entityframework-dotnet skill to configure EF Core multitenancy and unit of work for your new Jarvis .NET backend project.