Technorati Tags: Unit Test , LINQ , XML In Part 1 , we talked about creating LINQ objects and getting data. This time, we are going to show how to use XML with LINQ to test a SQL database. This part is really not difficult, we
Read More...
I am currently writing a service using WCF. 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. One of the things that becomes a problem is the resulting
Read More...