Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj-mill/multi-tenant-sdb
A multi tenent example using a single database schema
https://github.com/pj-mill/multi-tenant-sdb
asp-net-core ef-core multi-tenant restful-api webapi
Last synced: 19 days ago
JSON representation
A multi tenent example using a single database schema
- Host: GitHub
- URL: https://github.com/pj-mill/multi-tenant-sdb
- Owner: pj-mill
- Created: 2024-04-10T11:24:43.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T13:58:16.000Z (9 months ago)
- Last Synced: 2024-04-10T15:21:15.907Z (9 months ago)
- Topics: asp-net-core, ef-core, multi-tenant, restful-api, webapi
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-tenant-sdb
A multi tenent example using a single database schema
### Resources
[Multi-Tenant Application - Sudheer Sandu](https://medium.com/@sudheer.sandu/multi-tenant-application-68c11cc68929)
[Build a Multi-Tenant App With Entity Framework Core & ASP.NET 7 - aspnano.com](https://aspnano.com/build-multi-tenant-application-core-asp-net-7/)
[EF Core Multitenancy For Your SaaS Applications - Milan Jovanovic](https://www.youtube.com/watch?v=Gf1sCvikpgI)
### Added Packages
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.Tools