🦜 minidump.net
@minidump.net@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Recent content on minidump.net
Your feed and you don't want it here? Just
e-mail the birb.
Writing a .NET Garbage Collector in C#  -  Part 5
https://minidump.net/writing-a-net-gc-in-c-part-5/
Published: March 11, 2025 00:00
Using NativeAOT to write a .NET GC in C#. In the fifth part, we learn how to decode the GCDesc to find the references of a managed object.
Pro .NET Memory Management 2nd Edition
https://minidump.net/pro-net-memory-management/
Published: March 4, 2025 00:00
Pro .NET Memory Management 2nd Edition is available! What should you expect from it? Should you buy it if you already own the 1st edition?
Writing a .NET Garbage Collector in C#  -  Part 4
https://minidump.net/writing-a-net-gc-in-c-part-4/
Published: February 18, 2025 00:00
Using NativeAOT to write a .NET GC in C#. In the fourth part, we see how walk the heap and how to keep track of allocation contexts.
Writing a .NET Garbage Collector in C#  -  Part 3
https://minidump.net/writing-a-net-gc-in-c-part-3/
Published: February 11, 2025 00:00
Using NativeAOT to write a .NET GC in C#. The third part adds some tooling to inspect the objects stored on the heap.
Writing a .NET Garbage Collector in C#  -  Part 2
https://minidump.net/writing-a-net-gc-in-c-part-2/
Published: February 4, 2025 00:00
In the first part, we prepared the project and fixed an initialization issue caused by the NativeAOT toolchain. In this second part, we’re going to start the implementation of our GC. The target for now is to build the simplest possible GC that can run…
Writing a .NET Garbage Collector in C#  -  Part 1
https://minidump.net/2025-28-01-writing-a-net-gc-in-c-part-1/
Published: January 28, 2025 00:00
First part of a series of articles about writing a .NET Garbage Collector in C# using NativeAOT. This part sets the expectations and setups the project, dealing with the first difficulties.
Writing a .NET profiler in C#  -  Part 5
https://minidump.net/writing-a-net-profiler-in-c-part-5/
Published: January 7, 2025 00:00
Part 5 of the series about using NativeAOT to write a .NET profiler in C#. We have all the foundations, we’re finally writing an actual profiler.
Using Windows Error Reporting in .NET
https://minidump.net/windows-error-reporting/
Published: September 3, 2024 00:00
A look into how to use Windows Error Reporting to collect crash information for your .NET apps.