Learn about delegates, a type that represents a reference to physical methods with the same parameter list and return type.
Latest Threads Articles
Comparing the Safety of Thread Calls in Visual Basic to Background Worker Calls
Compare unsafe threading calls to backgroundworker calls and learn to make the better choice for your purposes.
Using ThreadPools in Windows Applications
Windows developers, explore the basics of using thread pools to accomplish tasks asynchronously.
Tray Notify - Part III (WCF Service)
Part three of a series that illustrates using WCF to communicate between a Windows service and client application.
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.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.