110 likes | 234 Views
This article explores the fundamentals of polling duplex communications in Silverlight using WCF. We will cover what polling duplex is, provide a basic sample application, and discuss the asynchronous model used in WCF. However, we will not delve into advanced WCF topics such as scalability or complex scenarios. This is an introductory guide aimed at helping developers understand the key concepts and implement simple duplex communication in their applications effectively.
E N D
1. Pushing Data To The Client Silverlight and WCF Duplex Communications
2. What well cover What is Polling Duplex
Basic sample application
WCF Basics
Asynchronous model
3. What we wont cover Advanced WCF
Scalability in depth
Complex sample scenarios