Learn about the TeamViewer API and the various platforms you can make use of and also how to program a TeamViewer enabled app.
Latest Debugging and Tracing Articles
Using Tracing to Test Your Visual Basic Apps
Learn about trace testing and the tools available for Visual Studio.
Incremental Intellisense Improvements in Visual Studio 2010
Learn about the history of debugging and evolutionary improvements in Intellisense in Visual Studio 2010.
Running Custom Tracepoint Macros in Visual Studio
Programming is hard,debugging is hard. Doing both well is critical to being a good programmer. To make things easier for us Paul Kimmel demonstrates how to run custom Tracepoint with macros.
XML Documents from Comments
Intellisense is a programmer's best friend. The framework is too big to memorize, but Intellisense can make finding things manageable. Extend Intellisense into your own code with XML comments in Visual Studio 8 and 9.
Compilers Demystified: Function Pointers in Visual Basic 6.0
Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
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.