skip to content
Relatively General .NET

Top .NET Blogs Posts of 2024

by James Montemagno

posted on: December 23, 2024

Let's take a look back at the top .NET blogs from 2024 from exciting announcements, deep dives on new features, and so much more.

Reading USN Journal with .NET

by Gérald Barré

posted on: December 23, 2024

If you want to detect when a file is created, modified, or deleted, you can use the FileSystemWatcher class in .NET. However, this is only available when the application is running. What if you want to detect changes that occurred while the application was not running? The USN Journal is a feature

Generating SBOM for NuGet packages

by Gérald Barré

posted on: December 16, 2024

A Software Bill of Materials (SBOM) is a list of components in a piece of software. It is a critical part of the software supply chain, as it helps to identify and track the components used in a software project. In this post, I describe how to easily generate a Software Bill of Materials (SBOM) fo