What to ask users ...

15 Aug 2011 tips

It’s admittedly rare, but sometimes you see something on Twitter that’s worth preserving and repeating …


Easier property validation with dynamic in C# 4

27 Aug 2011 architecture

High quality input validation is essential to many, if not all systems that we write. It doesn’t matter whether we’re validating user input in a WPF or Silverlight application, checking data transfer objects passed into a service layer or verifying the information in a JSON packet submitted by REST, validation is essential.