Part three of a series that illustrates using WCF to communicate between a Windows service and client application.
Latest Threads Articles
Tray Notify - Part I (Getting Started)
Part one of a series that illustrates using WCF to communicate between a Windows service and client application.
The Practical Guide to Multithreading - Part 1
Understand from this guide how and when - as well as when not - to use multithreading.
Extending Microsoft's Concurrency and Coordination Runtime with MSMQ
Join Microsoft's Concurrency and Coordination Runtime and MSMQ to coordinate work across processes on multiple computers.
Using the Task Parallel Library and PLINQ to Go Parallel
With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party.
Create Your Own Thread Pool
By Chris Bennett - Need a thread pool with a customized level of control? Learn how to create your own thread pool in .NET.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.