C H A P T E R  23

Networking

Like most software, Silverlight applications need to interact with the outside world to get relevant, current information. You've already seen one tremendously useful way to pull information into a Silverlight application: using WCF services, which allow Silverlight applications to retrieve data from the web server by calling a carefully encapsulated piece of .NET code. However, WCF services won't provide all the data you need to use. In many situations you'll want to retrieve information from other non-.NET repositories, such as representational state transfer (REST) web services, RSS feeds, and ordinary HTML web pages.

In this chapter, you'll learn about this other side of the Silverlight networking picture. You'll ...

Get Pro Silverlight 5 in C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.