|
|
Browse by Tags
All Tags » Patterns » Silverlight » .NET (RSS)
-
We’re coming up to the end of the year, and for the first time in a very long time, I decided to set some real personal goals for myself for 2009 (outside of the usual eat better, lose weight, spend less, save more type goals)
I’ve always been pretty good about keeping up with technologies and products that interest me. I’ve been an early adopter ...
-
In the previous two parts of this article (I had planned only 2 parts total, but this ended up a three-part article), I explained how to use Pub/Sub and the EventBus for chaining service calls in Silverlight 2 applications. You can access those articles here: Part 1: Async Service Call Chaining Part 2: More on Service Call Chaining In ...
-
In my previous post, I discussed how to chain service calls. One question I received on that was how to do the opposite: take an action after all the calls (or by extension, some logical groups of calls) have completed.
This is one of the challenges with working with async service calls. Rather than have a single function that makes a bunch of ...
-
The Publish and Subscribe pattern (which uses the Observer Pattern in .NET - more info here) is one of those patterns we use all the time while thinking nothing of it. In .NET, we get the concrete implementation via events and delegates.
By abstracting it out just a little and applying concepts from other bus patterns, we gain a ton of ...
|
|
|