Posts tagged with .net
Sep 27
2011
Comment(s)
Nullable Types' Subtlety
In this post I explain a little subtlety with .Net Nullable Types that confuses some programmers
May 22
2011
Extracting input arguments from expressions
For BDDfy's Fluent API I needed a way to be able to inspect a method call lambda expression and extract input parameters from it.