Learn about how to set up logging in Azure Functions. With just a few changes, it is easy to improve on what comes from the new project template.

Learn how to set up middleware in ASP.NET Core based on one or more conditions. This can help you run custom code for only specific endpoints.

Visual Studio caches JSON Schema files used for IntelliSense. Learn how to force reload a schema if Visual Studio doesn't pick up the changes.

Learn how to modify response headers from ASP.NET Core middleware. You need to use the correct hook to avoid a System.InvalidOperationException.

Learn how to create a debug visualizer for Visual Studio. In this post, I'll develop a visualizer of email addresses to help you get started.

In this post, I'll share a list of features that some of you may not know. From small gems to large features that you probably haven't seen.

Learn how to parse a website from .NET/C# using the two most popular NuGet packages for the job: Html Agility Pack and AngleSharp.

Learn how to build MJML/Handlebars.js email templates with Gulp on Azure DevOps. Prepare the templates for uploading om AWS Simple Email Service.

Learn how to build MJML email templates with Gulp. In this post, we'll prepare an email template ready to upload on AWS Simple Email Service.