skip to content
Relatively General .NET

Announcing: Azure Developers – .NET Day 2024

by Mehul Harry

posted on: April 18, 2024

Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.

Build & test resilient apps in .NET with Dev Proxy

by Waldek Mastykarz

posted on: April 16, 2024

Learn how to build and test resilient apps in .NET with Dev Proxy to simulate API failures, different network conditions, and a lot more from your local machine.

Streamline your container build and publish with .NET 8

by Richard Lander

posted on: April 15, 2024

.NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. Let's take a look at some enhancements to the .NET CLI for building and publishing containers.

Computing code coverage for a .NET project

by Gérald Barré

posted on: April 15, 2024

In an older post, I wrote about how to compute code coverage for a .NET Core project with Coverlet. In this post, I'll show you how to get code coverage without any additional dependency. Indeed, the .NET SDK 8 now includes all you need to compute code coverage. Microsoft also provides a .NET tool

Creating ico files from multiple images in .NET

by Gérald Barré

posted on: April 08, 2024

Ico files are old but still widely used. One specificity of the ico format is that it can contain multiple images of different sizes. The format is not very complicated but there are not a lot of free tools to create an ico file from a list of images. Let's create one in .NET!The specification of t