ASP.NET Core 1.0 Configuration Deep Dive
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A guide to creating, running locally, and deploying an ASP.NET Core 1.0 web application to Azure Web Apps with Azure SQL.
Introducing fluent interface extensions for ASP.NET Core to simplify configuration and middleware setup with conditional methods.
Guide to configuring Kestrel server URLs in ASP.NET Core RC2, covering code-based and external JSON file methods.
A guide to migrating existing ASP.NET Core RC1 applications to the new ASP.NET Core RC2 release, covering tooling changes and CLI updates.
Explains how to handle unresolved tenant scenarios in the SaasKit multi-tenancy library for ASP.NET applications.
A tutorial on implementing JSON Patch for partial resource updates in ASP.NET Core HTTP APIs, covering operations and setup.
Explains how to customize ASP.NET Core's model-binding conventions for API commands, moving beyond default query string binding.
A technical guide on implementing and using Role Claims in ASP.NET Identity Core for managing application permissions.
Explains how to implement tenant-specific dependency injection scopes in ASP.NET Core for multi-tenant applications.
A guide to customizing and adding custom claims to user identities in ASP.NET Core Identity, covering claims transformers and principal factories.
Introducing ASP.NET Core TagHelpers and HTML Helpers for easily adding Open Graph and Twitter Card meta tags to enhance social media sharing.
A technical guide on implementing a Subresource Integrity (SRI) TagHelper for ASP.NET Core, covering hash calculation, caching, and browser security.
A guide to implementing Subresource Integrity (SRI) security for CDN resources using a custom ASP.NET Core TagHelper.
Explores challenges and solutions for implementing multi-tenant authentication middleware pipelines in ASP.NET Core applications.
A technical guide on implementing data isolation for multi-tenant ASP.NET Core applications using Entity Framework Core and separate databases.
A technical guide on implementing theme-able, multi-tenant applications in ASP.NET Core, focusing on view and layout customization per tenant.
Explains how to implement tenant caching and control tenant lifetime in multi-tenant ASP.NET Core applications using SaasKit.
A guide to implementing multi-tenant SaaS applications using ASP.NET Core and the SaasKit toolkit for tenant identification and resolution.
Explains how to configure ASP.NET Core logging to display debug-level messages by adjusting both the ILoggerFactory and provider settings.