In this chapter, you'll learn:
Network Services (Soap, REST and More)
June 26, 2009|Level 300 : Intermediate
Provides an introduction to using Web services in Silverlight.
November 5, 2010|Level 300 : Intermediate
Describes how to call and work with REST services.
December 1, 2010|Level 300 : Intermediate
Windows Communication Foundation (WCF) provides an excellent framework for exchanging data across network boundaries. It can be used to exchange data using standards-based Web Service specification...
July 9, 2009|Level 300 : Intermediate
Tim Heuer shows how to consume Windows Communication Foundation (WCF) and ASP.NET web services in Silverlight.
October 28, 2009|Level 300 : Intermediate
In Silverlight 2, the only way to generate WCF proxies for Silverlight applications was to use the “Add Service Reference” as part of Visual Studio. Now in Silverlight 3, there is a command-line to...
October 21, 2009|Level 300 : Intermediate
Silverlight 3 includes support for binary message encoding in WCF services. There are many benefits of binary message encoding, but debugging can be more difficult. In this video, Todd Miranda demo...