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.
Learn how to create email templates with Handlebars.js and MJML. Handlebars is used to insert dynamic content while MJML is for building HTML.
This post will show you how to simplify URLs to better compare them and to implement uniqueness checks across URLs with multiple parameters.