Learn how to develop Visual Studio extensions with ease using Roslyn analyzers. This step-by-step guide will help you get started in no time!

Learn how to zip a list of files and download it from an ASP.NET Core website. The post also digs down into a couple of best practices.

Set up logging with Microsoft.Extensions.Logging in WPF applications running on .NET 7. Learn how to configure global error handling and logging.

Set up automated builds of Visual Studio extensions. Read through, to learn how to use GitHub Actions to pick up commits and publish extensions.

Learn about polling an asynchronous API with Azure Durable Functions. Easily integrate with async REST APIs using an initial request and retries.

A list of the best Chrome extensions for web developers. Read on to see all of the extensions we use while developing the websites for elmah.io.

Learn how to generate header images using Bannerbear. The post also highlights how images can be generated using ASP.NET Core middleware.

Learn about the built-in rate-limiting middleware in ASP.NET Core. The post uses limiting on an API key and compares it to AspNetCoreRateLimit.

A blog post about how to implement file download in ASP.NET Core (MVC). Learn about the built-in result object types and when to use which type.