C# Crispy DRY Tests in xUnit/C# This article explains how to write DRY unit tests for the xUnit framework. A production-ready approach inspired by Jest/Jasmine frameworks.
C# C# via RoslynAPI - The Big Picture This article shows everything C# program can contain. I mean it, EVERYTHING. After reading this article you'll understand what is possible in ANY C# program. Based on RoslynAPI.
C# C# RoslynAPI SyntaxTree - Variables Are Not Variables (Gotchas) Why are variables not just variables in RoslynAPI? A gentle introduction to the world of the latest C# compiler platform.