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
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.
Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Poker and VB.NET
Learn how to calculate each winning hand in Poker.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.