Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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