skip to content
Relatively General .NET

Announcing ML.NET 3.0

by Jeff Handley

posted on: November 27, 2023

Announcing ML.NET 3.0, with improvements for deep learning, DataFrame, performance, and more!

How to monitor changes on a website

by Gérald Barré

posted on: November 27, 2023

ChangeDetection.io is a service that lets you monitor websites and get notified when a change occurs. In an ideal world, all websites would have an RSS feed that you could subscribe to, but unfortunately, this is not the case. Detecting changes could be useful to be notified when a new version of a

Announcing .NET Chiseled Containers

by Richard Lander

posted on: November 21, 2023

.NET chiseled Ubuntu container images are now GA and can be used in production, for .NET 6, 7, and 8.

Improvements & Changes in Android resource generation in .NET 8

by Dean Ellis

posted on: November 20, 2023

In .NET 8 we have made some vast improvements in changes to how Android resources work in regards to the designer assembly. If you are building Android apps and libraries there are some important changes to know about.

Embedding additional files in an MSBuild binary log file

by Gérald Barré

posted on: November 20, 2023

MSBuild binary logger allows us to investigate build issues in depth. It records all the events that occur during a build, and it can be replayed to reproduce the build. I've already written about this logger in previous posts: Exploring a MSBuild binary log using the binary log viewer, Detecting D

New Course - Refactoring to SOLID C# Code

by Ardalis

posted on: November 17, 2023

I'm thrilled to announce the release of my latest Pluralsight course, Refactoring to SOLID C# Code. This course is designed for software…Keep Reading →