Chapter 7. Networking and Web Service Integration

In modern, well-architected, loosely coupled systems, a common practice is to expose application processing logic and server-resident data as a set of services. The term service is used fairly generically in this context—a service can be anything that has a known endpoint accessible over a standard web protocol like HTTP, offering information exchange capabilities using a standard format like SOAP, plain XML, or JavaScript Object Notation (JSON).

For a server-side UI framework like ASP.NET or a desktop application built using .NET, you can use the full power of the .NET Framework's web service stack to consume these services from the presentation layer of your application.

In the same vein, if you ...

Get Silverlight Recipes: A Problem-Solution Approach, Second Edition 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.