Creating a WCF 4.0 Routing Service
One of the new WCF 4.0 features is routing. Routing can be used for multiple purposes: – Service versioning – “Extended” load balacing – Content-based routing scenario – Service partitioning – Protocol bridging – etc. In this example, I have two person services. One in London and one in Paris. The client knows only the… Read More »