December 2009 Entries

.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.