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

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes