Generate Sitemaps for All of ASP.NET Core
A tutorial on generating sitemaps for ASP.NET Core applications using an open-source library, covering MVC, Minimal APIs, Razor Pages, and Entity Framework Core.
A tutorial on generating sitemaps for ASP.NET Core applications using an open-source library, covering MVC, Minimal APIs, Razor Pages, and Entity Framework Core.
A tutorial on building Docker images and running ASP.NET Core applications inside containers using Dockerfile commands.
Explores ASP.NET 8's new IExceptionHandler to convert exceptions into standardized Problem Details responses for better API error reporting.
A guide to containerizing ASP.NET Core applications with Docker, covering installation, Dockerfiles, and deployment.
A developer's guide to migrating a large .NET Framework 4.8 application to .NET 6 using an iterative, step-by-step approach.
A developer shares experiences and key findings from testing .NET 8 previews 1-5, covering container changes, analyzers, and build output.
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
A tutorial on using .NET's IAsyncEnumerable<T> to create streaming APIs with ASP.NET Core and Blazor, inspired by ChatGPT's real-time UI updates.
A guide to integrating and configuring Sass (Syntactically Awesome Style Sheets) within ASP.NET Core projects using Visual Studio and VS Code.
Explains JavaScript Import Maps for ASP.NET Core devs, comparing traditional scripts to ES modules for better dependency management.
Learn how to override Razor Pages routes from Razor Class Libraries in ASP.NET Core to customize shared functionality.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
A guide on integrating the Vite development server with ASP.NET Core applications to streamline frontend development workflows.
A guide to verifying .NET dependency injection containers to catch missing registrations and captive dependencies at startup.
A tutorial on creating custom validation attributes in ASP.NET Core to implement complex data validation rules.
A developer discusses implementing multi-tenancy access control in a Blazor WASM and ASP.NET Core API, covering authentication, claims transformation, and tenant identification.
Explains how CSS isolation works in .NET 6 Razor Pages to manage page-specific styles without global conflicts.
A guide to implementing in-memory caching in .NET using IMemoryCache to improve application performance and reduce database calls.
Explains why ASP.NET Core 7 apps default to HTTP only and how to configure HTTPS for development, covering certificate trust and launch settings.