The Grayzone's blog

Background Worker, Passing and Returning Multiple Parameters
A simple, if slightly dirty, method for passing and returning multiple values to/from a BackgroundWorker process.
Abstract Class to Dynamically Alter EntityFramework Domain Service Connection
Further expanding on previous post and adding a reusable abstract base class for dynamically setting EF connection string for WCF RIA Services domain service.
Dynamically alter EntityFramework ConnectionString in Domain Service
This post contains an overview of how to dynamically alter an EF ConnectionString, for example if the connection string is encrypted.
VB.NET Object Initializer and Single Line If Statements
Coming from a C# background I found these tips handy when working with VB.NET 2005.
Setting Maximum Object Size in WCF
Sometimes WCF can return a NotFound error if the serialized object is too large, this post details how to resolve this issue.