Multitenant Azure AD issuer validation in ASP.NET Core
How to properly validate Azure AD tokens in a multitenant ASP.NET Core app using a custom issuer validator.
How to properly validate Azure AD tokens in a multitenant ASP.NET Core app using a custom issuer validator.
An analysis of ASP.NET Core's maturity, comparing its stability and API evolution to Node.js and the .NET Framework.
A guide to using pseudo-localization in ASP.NET Core to test UI layouts for internationalization and localization readiness.
A developer shares how to use .NET Core Global Tools for minifying web assets, introducing the custom 'Miglifier' tool.
A developer's technical guide to upgrading a full-stack application from older Angular versions to Angular 7 and updating the ASP.NET Core SDK.
A technical guide on implementing Azure AD single sign-out in ASP.NET Core applications, explaining configuration and the SameSite cookie requirement.
A tutorial on using Draft to streamline building and deploying ASP.NET Core applications to Kubernetes, covering setup and commands.
Explains and demonstrates the behavior of Singleton, Scoped, and Transient service lifetimes in client-side and server-side Blazor applications.
Explains how to register a service both as an interface and as its concrete type in ASP.NET Core's built-in dependency injection container.
A tutorial on implementing JWT authentication in a Blazor blogging application to secure admin functions.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
Explains a better approach for asynchronous initialization in ASP.NET Core apps, moving it from middleware to the Program.Main method.
A tutorial on adding edit and delete functionality to a blog application built with Blazor, covering both server-side API endpoints and client-side fixes.
A tutorial on adding a 'Create Post' feature with Markdown support to a Blazor-based blogging application, covering backend service and API setup.
A technical tutorial on building a blog post viewing feature using Blazor and ASP.NET Core WebAPI, including routing, API endpoints, and component logic.
A guide to implementing custom model binders in ASP.NET Core to handle multipart requests containing both JSON data and file uploads.
A tutorial on building a blog app's home page with Blazor, covering API endpoint creation and data listing.
A tutorial series on building a blogging platform using the Blazor framework, covering initial setup and project structure.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
A guide to optimally configuring HttpClientFactory in ASP.NET Core for performance, resilience, and best practices.