Blog - .NET, ASP.NET, AJAX, Ruby and more

Monthly Archives: August 2008

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 [...]

Posted in .NET, C# | Tagged , | Comments closed

Excellent Reading Material – MSMQ, WCF, and IIS

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 [...]

Posted in .NET, WCF | Tagged | Comments closed

ObjectDataSource, SOA Style

It’s been entirely too long since my last post, and with the olympics in full swing, we’ll go with a volleyball theme for this post. BUMP So here’s the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use [...]

Posted in .NET, ASP.NET, C#, Reflection, WCF, Web Services | Tagged , | Comments closed