DCSIMG
Durable Services - Gady Elkarif's Blog

Gady Elkarif's Blog

Browse by Tags

All Tags » Durable Services (RSS)
Creating Durable Service in WCF 3.5
Creating Durable Services in WCF 3.5 The .NET Framawork 3.5 includes support for WCF durable services, which use the WF persistence model to persist the state of a service. Those services are designed to be durable and long running, and to survive application and server restarts. In this post I will show a way to store the context at the client side. Long Running and Application/Server restarts When the client initiates the conversation with the service, the framework persist the state after the...