While working on a recent assignment related to establishing and optimizing duplex communication with Silverlight and WCF,we learnt quite a lot of new concepts like HttpPollingDuplex binding with multiple messages mode Http Long Polling designs etc. While most of these concepts were new we did get a bulb flash on how to improve basic WPF/Silverlight […]
Tag Archives: Silverlight-WCF
Bulb Flash: Foreign key objects from WCF service not propagated to Silverlight client!
Consider the case :- WCF uses LINQ to SQL to connect to a DB with extensive foreign key relationships. You set Serialization Mode= Unidirectional to ensure all the relationships and DB objects can be propagated to the client as datacontracts Silverlight client connects to the WCF service. In many of the cases(i could not come […]
Silverlight WCF Communication Issues!
Lets get the context straight first…i am a hardcore Microsoft person..infact i work ONLY on microsoft technologies. But its a fact that the speed at which technology is being churned out its becoming difficult to learn how to make all different pieces work together Although to be fair i think this article is a little […]