March 21, 2016
How to transform claims and customise claims identity creation in ASP.NET Core Identity.
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.
January 25, 2016
In this post we look at how you can control the lifetime of tenants when building multi-tenant applications with ASP.NET Core and SaasKit.