David Waddleton's Geek SpeakFind out what Geeks talk aboutPart 2: Using LINQ XML in your Unit Testing- June 7, 2008 Technorati Tags: Unit Test , LINQ , XML In Part 1 ,&160; we talked about creating LINQ objects&160; and getting data.&160; This time, we are going to show how to use XML with LINQ to test a SQL database.&160; This part is really not difficult, we...(read more)http://blogs.msdn.com/davidwaddleton/archive/2008/06/07/part-2-using-linq-xml-in-your-unit... An implementation of a Generic Container for WCF- June 5, 2008 I am currently writing a service using WCF.&160; One of the things that I need to expose is a container that wraps my results to provide counts. I came up with the below implementations.&160; One of the things that becomes a problem is the resulting...(read more)http://blogs.msdn.com/davidwaddleton/archive/2008/06/05/an-implementation-of-a-generic-con... |