How has Windows evolved, as a general purpose operating system and at the lowest levels, in Windows 7? Who better to talk to than Technical Fellow and Windows Kernel guru
Mark Russinovich? Here, Mark enlightens us on the new kernel constructs in Windows 7 (and, yeah, we do wander up into user…
You've learned about many of the new features of the latest version of the Windows kernel in the
Mark Russinovich Inside Windows 7 conversation here on Channel 9. One of Mark’s favorite kernel innovations is the way the Windows 7 kernel manages scheduling of threads and the underlying…
Here, we continue our exploration of the morphology of Windows 7 on Going Deep with windows kernel architect Dave Probert. You may remember him from an early
four part episode of Going Deep where he teaches us about general purpose operating system architectures and history:
Part 1,…
Joe Duffy spends a lot of time thinking about the future of concurrent programming and parallelism. In his role as Lead Developer in the Parallel
Computing Platform team, Joe is the creator of PLINQ and a key contributor to many of the managed (.NET)
concurrency incubations happening…
Join Josh and Steve as they demonstrate how to use the new .NET4 BlockingCollection<T> class in class Producer/Consumer parallel computing scenarios.BlockingCollection<T> is one of many new thread-safe data-structures available with .NET4 and Visual Studio 2010.Learn more about the…
Join Josh and Steve as they demonstrate how to use the new .NET4 Countdown event synchronization primitive in task coordination scenarios.Countdown and related constructs are new with .NET4 and Visual Studio 2010.Learn more about the
System.Collections.Concurrent namespace and keep…
Join Danny Shih as he introduces the TaskCompletionSource<TResult> type. He’ll cover basic usage and walk through a full scenarioLearn more about the .NET Framework 4 and keep abreast of Parallel Computing tools and techniques via the
Concurrency Dev Center.See all…
Parallel Computing Platform team members Stephen Toub, Rick Molloy, Don McCrady and Dana Groff join me for a chat about the differences and similarities in their
conceptual approach to designing and building concurrent programming abstractions targeting .NET developers and native…
philpennNov 03, 2009 at 10:48 AM10
Phil Pennington
Avg Rating: 5
(2)
Join Josh and Steve as they demonstrate how to use the new .NET4 Lazy<T> class in optimized object initialization scenarios.Lazy<T> is one of many new thread-safe data-structures available with .NET4 and Visual Studio 2010.Learn more about the
System.Collections.Concurrent…
Host .NET applications using Windows Server 2008 R2 "Server Core"...!
There are several configuration options to consider when developing managed-code applications to run on a Server Core installation of Windows Server 2008 R2. Watch this demo…