JM

Adventures in Software Craftsmanship

XAML, ASP.NET MVC, HTML 5, CSS, JavaScript

Unit Testing Asynchronous RIA Service Calls in Silverlight using Rhino Mocks and NUnit

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.

Latest from Twitter