Friday, May 18, 2007 - Posts

NetFx 3.5 and "Orcas" Event in Reading on the 24th May

Just wanted to do a bit of shameless self-promotion as we've got an event that we're doing next week down at the Microsoft Campus in Reading and I don't think we've done a lot around the promotion of it so here's my rather feeble attempt :-) Date: 24th Read More

Thinking in LINQ

For the first time, I'm writing bits of code that are nothing to do with LINQ but I'm using the V3.0 C# compiler and so I'm starting to think "Hey, I could use a bit of LINQ" here. Just a moment ago, I wanted to find any network interface that had an Read More

WebHttpBinding and WCF in the Orcas B1 Bits

I struggled a lot with the WebHttpBinding yesterday for WCF in the Orcas B1 bits so I thought that I'd share. I find that if I have a simple project such as;using System; using System.ServiceModel; [ServiceContract] public class Service { [OperationContract] Read More