The Grayzone
's blog
Archive
Tags
19 Jul 2010
Background Worker, Passing and Returning Multiple Parameters
A simple, if slightly dirty, method for passing and returning multiple values to/from a BackgroundWorker process.
24 Jun 2010
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.
08 Jun 2010
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.
04 Jun 2010
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.
01 Jun 2010
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.
Previous
Next