Ben Foster 1/25/2016

ASP.NET Core Multi-tenancy: Tenant lifetime

Read Original

This technical article details how to manage tenant lifetime and caching in ASP.NET Core multi-tenant applications using the SaasKit library. It explains moving from a per-request resolver to a cached resolver (MemoryCacheTenantResolver) to improve performance, and shows how to override methods to control cache keys and expiration policies.

ASP.NET Core Multi-tenancy: Tenant lifetime

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week