Actualités

Take advantage of ref structs to reduce resource consumpiton and eliminate garbage collection overhead. C# 13 gives us more ways to use them. In the C# programming language, structs or structure types ...
Learn how to use IAsyncEnumerable in C# to easily filter, aggregate, transform, project, or otherwise process continuous streams of data asynchronously. IAsyncEnumerable is a powerful feature ...
You've carefully crafted a concurrent application taking advantage of all the latest and greatest language features. It scales magnificently and it's the jewel of the cloud. But what about the ...
I proved that notion for one specific use case in " Use AI to Quickly Spin Up a Data-Driven WinForms Desktop App." Now I'm taking it a step further, exploring the use case of accessing OpenAI API ...