Back to Basics – C# – Cast d’un entier en énumération
Récemment je suis tombé sur un cast qui a éveillé ma curiosité. La ligne tentait de convertir un entier en une énumération d’une manière que je n’avais jamai...
Récemment je suis tombé sur un cast qui a éveillé ma curiosité. La ligne tentait de convertir un entier en une énumération d’une manière que je n’avais jamai...
Dans cet article j’étendrai le projet de mon article précédent pour ajouter un endpoint de type netTcpBinding au service WCF et l’utiliser depuis le client S...
In this post I will extend the push temperature project to add netTcpBinding endpoint to the wcf service and use it in Silverlight.
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...