journal.stuffwithstuff.com ↓ about me

Stuff I Wrote About C#

date title tags
2010 Sep 18 Future-Proofing, Uniform Access, and Masquerades c-sharp code java language magpie
     Jun 11 Amaranth, an Open Source Roguelike in C# c-sharp code game-dev roguelike
2009 Jul 02 Closures and the Command Pattern c-sharp code design
     May 15 Loops in Magpie c-sharp code language magpie
     May 13 ML-Style Pattern Matching in C# c-sharp code f-sharp language
     Jan 03 Debunking C# vs C++ Performance c-sharp code cpp optimization
2008 Nov 23 “Constrained Compound” Design Pattern c-sharp code design
     Nov 17 Using an Iterator as a Game Loop c-sharp code game-dev roguelike
     Apr 10 A C# Feature Request: Extension Classes c-sharp code
     Apr 08 What’s the Opposite of “Nullable”? c-sharp code
     Mar 05 Checking Flags in C# Enums c-sharp code
     Feb 26 Avoiding Overload Hell in C# c-sharp code
     Feb 09 C# Extension Methods: Not Just for Breakfast c-sharp code