c# Real world example of reducing allocations using Span<T> and Memory<T> I have been planning to write this post for a few months now but always seem to have found something new to add. This all started when I decided to look at the RabbitMQ .NET Client source code to see if I could make
.NET Core Monitoring GC and memory allocations with .NET Core 2.2 and Application Insights With the new event source in .NET Core 2.2, a whole heap of diagnostics information can now be gathered in-process which can help you to gather information about your application behavior and to help you troubleshoot issues.