ASP.NET Core: Using the ASP.NET Core integration on Azure functions
Guide on integrating ASP.NET Core middleware into Azure Functions HTTP triggers to use familiar HttpRequest, HttpResponse, and IActionResult objects.
Guide on integrating ASP.NET Core middleware into Azure Functions HTTP triggers to use familiar HttpRequest, HttpResponse, and IActionResult objects.
A tutorial on using Htmx triggers with ASP.NET Core to dynamically update HTML elements, specifically focusing on refreshing a user avatar.
Explains how to implement automatic span linking for internal redirects in ASP.NET Core using middleware on .NET 9 for improved OpenTelemetry tracing.
A guide to setting up local HTTPS with the ASP.NET Core developer certificate to test GitHub webhooks during development of a .NET GitHub App.
A guide to reliably testing Htmx-powered ASP.NET Core applications using Playwright by leveraging Htmx lifecycle events.
Explores the new Microsoft.AspNetCore.OpenApi package in .NET 9 for generating OpenAPI documents, comparing it to NSwag and Swashbuckle.
A tech newsletter issue covering VS Code updates, C# patterns, .NET bug fixes, AI coding assistants, and security topics.
A curated list of links covering .NET, Azure, React, Git, and other software development topics, tools, and industry news.
A curated list of .NET development articles covering MAUI, ASP.NET Core, AI integration, performance, and cloud-native tools.
Explores the massive and growing number of public APIs in the .NET ecosystem, analyzing counts across different versions of ASP.NET Core.
A guide to implementing and configuring health checks in ASP.NET Core applications, including database monitoring with Entity Framework Core.
A guide to implementing HTML datalist elements in ASP.NET Core applications using custom tag helpers for Razor Pages and MVC.
Creating a custom ASP.NET Core TagHelper to implement HTML range inputs (sliders) for better user experience in web forms.
Explains how to replace ASP.NET Core's default jQuery validation with HTML5 validation using the FinBuckle.Html5Validation NuGet package.
Explains HSTS (HTTP Strict Transport Security), its role in ASP.NET Core apps for enforcing HTTPS, and configuration considerations.
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.