I got a chance to mess around with the Concurrency and Coordination Runtime (CCR) bits recently. Before I get into that, first check out this real-life code I wrote this week. public static class NotificationQueue{ private static Queue<Notification>
Read More