Adventures in Software Craftsmanship
XAML, ASP.NET MVC, HTML 5, CSS, JavaScriptUnit Testing Asynchronous RIA Service Calls in Silverlight using Rhino Mocks and NUnit
January 17th, 2010 3 Comments
One aspect of working with Silverlight is that all service calls are asynchronous. This creates a necessity of designing your code to allow for notification of when service calls complete. Those callbacks are usually private methods, or even inline delegates and lambdas.