How To Encrypt ASP.NET Core Route Parameters
A guide to encrypting and decrypting sensitive identifiers in ASP.NET Core route parameters for improved security and data privacy.
A guide to encrypting and decrypting sensitive identifiers in ASP.NET Core route parameters for improved security and data privacy.
A guide to using standard HTML forms with Blazor Server-Side Rendering, covering form submission and antiforgery token handling.
Explains why OpenAPI definitions break in ASP.NET Core Minimal APIs after refactoring and how to fix them by preserving metadata.
Explores combining ASP.NET Core, SSR, and Web Components using Enhance WASM for faster web app rendering.
A guide to setting HTTP headers when using RazorComponentResult to render Blazor components from ASP.NET Core Minimal APIs.
A guide for ASP.NET Core developers on optimizing image delivery using HTML's srcset and sizes attributes to improve performance and Core Web Vitals.
A guide to implementing server-side rendering (SSR) for Web Components in ASP.NET Core using Tag Helpers to improve performance and user experience.
A guide to resolving compatibility issues between HTMX and Shoelace web components, with a focus on Shadow DOM and event handling.
A guide to integrating the Shoelace Web Components library with ASP.NET Core Razor Pages and TagHelpers for reusable, framework-agnostic UI.
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explains how to use IAsyncEnumerable and Stream Rendering in .NET 8 Blazor applications to improve performance and responsiveness.
A guide to implementing smooth page transitions using the View Transitions API with ASP.NET Core Razor Pages and HTMX for enhanced web UX.
Explains how to implement PDF previews and downloads in ASP.NET Core, including code examples for browser display and file saving.
A developer shares their experience upgrading over 60 projects to the stable .NET 8 release, highlighting the smooth process and a key package rename.
A guide on integrating Blazor components into existing ASP.NET applications, including MVC, Razor Pages, and JavaScript frameworks like React and Angular.
A guide to generating PDF documents in ASP.NET Core using libraries like QuestPDF and IronPDF, comparing approaches and features.
A curated list of must-watch Blazor sessions from the .NET Conf 2023, focusing on .NET 8 updates and new features for developers.
Explains how to implement global endpoint filters for ASP.NET Core Minimal APIs, offering a cleaner alternative to middleware.
Introducing RazorSlices, a project that brings Razor view functionality to ASP.NET Core Minimal APIs, allowing developers to render Razor views in a lightweight way.
A tutorial on implementing a master-details view using Bootstrap Modals in an ASP.NET Core Razor Pages application with AJAX and Entity Framework Core.