April 20, 2016
How to handle unresolved tenants (those that do no match the current request) in SaasKit.
March 23, 2016
How to configure tenant-scoped dependencies in multi-tenant ASP.NET Core applications using SaasKit and StructureMap.
Not for the faint-hearted.
March 3, 2016
This article looks at how to create forked request pipelines so that ASP.NET Core Authentication Middleware can be used in multi-tenant applications.
February 15, 2016
The next in my series on building multi-tenant applications with ASP.NET Core, this post looks at how to achieve database isolation with Entity Framework Core, using a database-per-tenant strategy.
February 3, 2016
The third part in my series on building multi-tenant applications with ASP.NET Core, this post looks at how to support theming and tenant-specific views in MVC.