devalot76

Results 3 issues of devalot76

Hi and happy new year! I was wondering, is it safe to use .AddDbContextPool() instead of .AddDbContext() or could there be issues with tenants since the first method reuses instances...

enhancement
question
pinned

Hi, this is my code to cache a tenant in the `DistributedMemoryCache` once resolved, in order to skip the more expensive database call. It seems to work but, since I...

question

Hi, I'm struggling with adding multi-tenancy in my ASP.NET 6 MVC app. I use standard Identity and cookie based authentication. I have a separate DbContext for managing the tenants wich...

question