#dotnet
Read more stories on Hashnode
Articles with this tag
Over the years I've used a few different CI solutions for my humble public projects: Travis, Appveyor, and eventually Azure Pipelines. I initially...
In an earlier post we were looking at the performance of function pointers introduced in .NET 5/C# 9.0. To do that we used BenchmarkDotNet (docs),...
A while back we covered working with native assemblies. It's worth re-reading to familiarize yourself with the problem and prior solutions. There's...