November 2011
Intermediate to advanced
624 pages
12h 50m
English
SILVERLIGHT IS DESIGNED to be hosted on web pages, and it’s no surprise that developers would want a way for their Silverlight applications to interact with the pages that host them. This is provided by the HTML Bridge, which connects a Silverlight application with the browser’s HTML Document Object Model and Javascript. This chapter shows you how to optimize your solutions by passing information on the web page and accessing it via the HTML Bridge instead of making extra requests to the server. It also shows you how to call SharePoint’s Javascript and JQuery from your Silverlight applications.
Figure 7.1 shows a typical Silverlight application interacting ...