What to ask users ...

Monday, August 15 2011 tips

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

Read more »

Easier property validation with dynamic in C# 4

Saturday, August 27 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.

Read more »