Using reactive extensions for a push-based client-server communication with Silverlight and WCF
We will see how we can use Rx in a push based scenario where the server sends data to the Silverlight client without any explicit demand from it.
We will see how we can use Rx in a push based scenario where the server sends data to the Silverlight client without any explicit demand from it.
Dans cet article nous allons voir comment on peut utiliser Rx dans un scénario où c’est le serveur qui envoie directement des données au client sans que ce d...
When implementing a repository in Silverlight we have to do things a little bit differently as we would have done in Asp.Net or WPF.
Lorsque l’on implémente un dépôt en Silverlight, on doit faire les choses d’une manière différente de ce que nous aurions fait en Asp.Net ou WPF…
Ceux ayant déjà développé des applications contenant de nombreux appels WCF depuis un client Silverlight ont pu remarquer combien il est fastidieux de gérer ...