Chapter 13. ASP.NET and Web Services

In Chapter 1, you learned that there were two ways to build a Silverlight project—in a stand-alone project with an HTML test page, or alongside an ASP.NET test website. So far, most of the examples you've seen have used the first approach, which assumes that your Silverlight application is a distinct piece of programming functionality. It may exist on the same page as some server-generated content, but it doesn't need to interact with server-side code.

This is often exactly the design you want. But sometimes, you do need to integrate some server-side processes with your client-side Silverlight application. For example, your application may need access to a server resource, like a database. Or, your application ...

Get Pro Silverlight 2 in C# 2008 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.