With the new release of Visual Studio 2017, let's look at what's here today!
Latest System Information Articles
Understanding GitHub and Visual Studio
Explore and master using the GitHub Extension for Visual Studio.
Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.
Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.
Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Detecting USB Devices Using C#
Use the code provided to determine when a USB Thumb drive or other USB-based storage media is plugged in or removed.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.