2025 in Retrospective
A developer's 2025 retrospective covering blog migration, PhD start, MVP status, and a breakdown of 50+ technical posts on .NET, ASP.NET Core, and EF Core.
A developer's 2025 retrospective covering blog migration, PhD start, MVP status, and a breakdown of 50+ technical posts on .NET, ASP.NET Core, and EF Core.
Explains techniques for implementing multitenant UI customization in ASP.NET Core, including tenant-specific views and conditional content.
Explores various tenant identification techniques for multitenant ASP.NET Core applications, including query strings, routes, and HTTP headers.
Explores three techniques for implementing multitenancy in EF Core applications, focusing on tenant isolation strategies and context configuration.
Learn how to create custom Blade directives in Laravel to simplify conditional logic in your views, using a multitenant app as an example.