


How to install .NET Core on Raspberry Pi
.NET Core is a cross-platform version of .NET and its going everywhere. So here is my tale on how I got .NET Core running on Raspberry Pi 3B.

Event Pipe : Production Diagnostics in the .NET Core Era
A simple trace and analysis application to showcase, how Event Pipe in .NET Core works for taking a trace of a .NET Core process and how to extract managed thread stack from the resulting trace which is very useful when analyzing performance issues.

Automate Memory Dump analysis with Windbg commands in C#
AutoDebug : A simple Automated Debugger to run Windbg Commands and also query .NET CLR Runtime data in C#.