Multitenancy is Easy With EF Core - here's how...

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

The same approach used for soft delete in database.

MAHDIHESARI
Автор

Very useful information Milan. Thank you so much for sharing this. Great short one 👌

sajankumarvijayan
Автор

Do you have some recommendations about using a tenant catalog database that contain metadata such as tenant id and customer name that would be used only for looking up the database that the customers belongs to for example in a sharded database isolation strategy and how can we make this lookup as secure as possible such that customers never accidentally can get the data from another customer? Lastly what do you define a tenant as? A customer with one tenant or multiple tenants for example in an enterprise environment? An example could be Microsoft Azure cloud.

Deltacasper
Автор

Good to note that this is only applicable for a single db approach

yunietpiloto
Автор

How exactly would you get the tenant ID? Would it involve using an HttpContextAccessor?

bjmmedeiros
Автор

Great tutorial! Quick question: Does your implementation of multi-tenancy in this project use separate databases for each tenant, or is it based on multiple schemas within a single database? Thanks for the insightful content!

code_ho
Автор

I was buy your course, but i cant view my receipt. Just white blank

riffanalfarizie
Автор

How about create and update operations 🤔

clashclan
Автор

What is multitenancy is there a full video?

yogij
Автор

Nice to have that option but looks really overengineered. Imho seperate dbs are better.

michaszewczak