New Version of Prism/Composite Application Guidance Released
For all of the Prism fans out there, a newer version has been released. You can download it here.
Migrating Polling Duplex Binding Element from Silverlight v2.0 to v3.0 for WCF Services In The Cloud Code Samples
When running the WCF / Windows Azure samples (see my previous blog entry) you may get an error indicating that the Polling Duplex Binding Element cannot be loaded if you […]
VS 2010 Beta 2 Concurrency Visualizer Profiling In Depth First Look
One of the most important technologies used at Microsoft is Event Tracing for Windows (ETW), especially inside Windows 7 and Server 2008 R2. There’s a small problem with ETW. It’s […]
Code Samples for Hosting WCF Services In The Cloud
Code samples demonstrating how to host WCF Services under Windows Azure can be found on the MSDN site at: http://code.msdn.microsoft.com/wcfazure
VS 2010 Beta 2 Concurrency Resource Profiling In Depth First Look
Nearly everyone reading this is using a machine with multiple cores. With a basic laptop containing a dual core CPU and your average desktop with a four core CPU, we […]
Visual Studio 2010 Beta 2 is on MSDN!
Go grab it and let the fun begin. See the Beta 2 home page to see what’s new and how to get the bits.
Silverlight 3’s New Client Networking Stack
One of the most useful yet little-known new features of Silverlight 3 is one that has nothing to do with UIs: a brand new networking stack called the client HTTP […]
Using .NET 4.0 Tasks with the AsyncEnumerator
I’ve been doing a lot of work with the new Task class that ships with .NET 4.0 as I’ve been revising my CLR via C# book (due out in early […]
Silverlight Behaviors and Triggers: Making a Trigger Action
So far we’ve explored how to use dependency properties and attached properties to create reusable behaviors and triggers. I showed you recently how to refactor an attached property to use […]