Between Silverlight 2 Beta 2 & Silverlight 2 RTW, there were a few changes and additions. Here’s a brief rundown on the areas I directly worked on. The overall breaking change list can be found here. Control Model Silverlight … Continue reading
Tag Archives: networking
Silverlight 2 Beta2
Silverlight Beta2 is officially out in the wild! All the required download links to get started are here: Silverlight 2 Beta 2 runtime Visual Studio 2008 Silverlight Tools Expression Blend 2.5 June Preview Deep Zoom Composer Also, for the … Continue reading
Silverlight HTTP Networking Stack – Part 3 (Configuring a Cross Domain Policy File)
Here’s the final post in this 3 part Silverlight HTTP networking series. In the first post, we discussed basic site of origin HTTP communication. In the second, we gave an overview of Silverlight’s cross domain communication support. Today, we’ll drill … Continue reading
Silverlight HTTP Networking Stack – Part 2 (Cross Domain Communication Overview)
In part 1, we discussed how Silverlight applications talk to their site of origin server. In this post, we’ll dive into the high level concepts around Silverlight’s cross domain HTTP communication. Then next time, we’ll go into details of how … Continue reading
Silverlight HTTP Networking Stack – Part 1 (Site of Origin Communication)
This is going to be a three parter. :) Today, we’ll dig into the core networking capabilities of the HTTP stack for site of origin communication. In the next two parts, we’ll go deep into understanding our HTTP cross domain … Continue reading