Building resilient cloud services with .NET 8
by Martin Tomka
posted on: November 28, 2023
How to integrate resilience and into HTTP Client
by Martin Tomka
posted on: November 28, 2023
How to integrate resilience and into HTTP Client
by Andrew Lock
posted on: November 28, 2023
In this post I look at the new Microsoft.Extensions.Telemetry.Abstractions logging source generator, the generated code, and the [LogProperties] attribute…
by Jeff Handley
posted on: November 27, 2023
Announcing ML.NET 3.0, with improvements for deep learning, DataFrame, performance, and more!
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
by Ardalis
posted on: November 23, 2023
I keep wanting to do this and forgetting how, so I'm writing it down. Here's how to embed a YouTube video in a GitHub ReadMe markdown file…Keep Reading →
by Martin Taillefer
posted on: November 21, 2023
Explores the new logging, metric, and time provider fakes introduced in .NET 8
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.
by Andrew Lock
posted on: November 21, 2023
In this post I described how I tried (and failed) to add an interceptor for Enum.ToString(), due to a bug in the Roslyn compiler.…
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.
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