Hendrik Bulens All about .NET development

TagSSDT

Creating SQL schemas using Entity Framework Code First

C

As you might have read in my previous post, I used SQL schemas to partition data between tenants. Being part of the true definition of SaaS, a new tenant should be up and running within minutes without any human intervention. With my suggested approach, we need to do two things: Registering a new tenantAttaching users to the tenant In this article, I am going to focus on the first item whereas...

Hendrik Bulens All about .NET development