Custom error pages in ASP.NET MVC Core
A guide to implementing custom error pages for 404s and exceptions in ASP.NET MVC Core, including telemetry integration.
A guide to implementing custom error pages for 404s and exceptions in ASP.NET MVC Core, including telemetry integration.
A guide to implementing and configuring HTTP caching, specifically the Cache-Control header and ResponseCache attribute, in ASP.NET Core applications.
Explains Azure AD Managed Service Identity (MSI) for secure authentication without managing secrets in code, with a focus on ASP.NET Core.
A guide to setting up and creating your first ASP.NET Core application on a Mac, covering prerequisites and using Yeoman.
A comprehensive guide to implementing localization in ASP.NET Core 2.0, covering setup, configuration, and resource management.
A tutorial on controlling Raspberry Pi GPIO pins using an ASP.NET Core 2.0 Web API to turn an LED on and off.
A guide to automating Docker builds and pushes for an ASP.NET Core 2.0 app to Azure Container Registry using Bitbucket Pipelines.
A guide to building a simple scheduled task system in ASP.NET Core 2.0, inspired by Spring's @Scheduled annotation.
A step-by-step tutorial on deploying an ASP.NET Core web application to an OpenShift cluster using Docker and the oc client tools.
Introduces custom .NET project templates for AWS Lambda and Raspberry Pi, simplifying setup for these specific deployment targets.
A step-by-step tutorial on deploying an ASP.NET Core Web API to AWS Lambda, covering prerequisites, project setup, and configuration.
Explains key configuration changes in ASP.NET Core 2.0, including moving config to Program.cs and using WebHost.CreateDefaultBuilder.
A technical guide on implementing Azure Active Directory authentication in ASP.NET Core 2.0, covering setup and configuration changes.
A tutorial on setting up Elasticsearch and Kibana with an ASP.NET Core application using Docker and Serilog for logging.
Explains how to implement the Lazy Command Pattern in ASP.NET Core MVC to reduce controller bloat and improve code organization.
A technical guide on configuring an ASP.NET Core application to run automatically on startup for a Raspberry Pi device.
A step-by-step tutorial on deploying an ASP.NET Core web application to a Raspberry Pi running Windows 10 IoT Core.
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
A guide on overriding built-in ASP.NET Core services like logging for custom implementations, using dependency injection.
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.