LinqToBitTorrent - a custom .NET Linq provider for BitTorrents

LINQ to BitTorrent is a custom .NET LINQ query provider implementation that translates LINQ queries into HTTP requests that accesses various BitTorrent search engine APIs and RSS feeds.

LinqToWikipedia - A custom .NET Linq provider - Part II

Explore the inner workings of the LinqToWikipedia provider to give you an understanding of what it takes to create your own IQueryable provider.

LinqToWikipedia - A custom .NET Linq provider - Part I

This article covers the basic concepts of Linq as well as the client usage of the LinqToWikipedia provider.

.NET WCF services and Java Web Services Interoperability - Part 3 of 3

Part 3 - This article will demonstrate how you can have interoperability between JWS and WCF using custom data types, generic lists, and enums

.NET WCF services and Java Web Services Interoperability - Part 2 of 3

Part 2 - This article will demonstrate how you can have interoperability between JWS and WCF using custom data types, generic lists, and enums

.NET WCF services and Java Web Services Interoperability - Part 1 of 3

Part 1 - This article will demonstrate how you can have interoperability between JWS and WCF using custom data types, generic lists, and enums

Integration Testing WCF services with Unity

Integration testing your WCF service with Unity

Unit Testing your WCF Service

Properly unit testing your WCF services utilizing IoC dependency injection and WCF extension points.

Publisher/Subscriber... practical benefits from event-driven patterns

Events are a critical component in Object Oriented programming. Whether they originate from user interaction or code logic, events are at the heart of what makes your application dynamic.