Technorati Tags: MSMQ,WCF,IIS If you are working with a WCF service, an MSMQ binding, and hosting in IIS, there are three wonderful articles by Tom Hollander that you should check out. The series is entitled “MSMQ, WCF and IIS: Getting them to play nice”, here are the three links: MSMQ, WCF and IIS: Getting them [...]

C# 3.0 – Auto-Implemented Read-Only Properties
Technorati Tags: C# This isn’t a new topic by far, but I still encounter the question of how to implement a read-only auto-implemented property, so here it goes. As I’m sure you are aware, C# 3.0 has a wonderful feature known as auto-implemented properties (sometimes referred to as Automatic Properties). These clean up our code [...]