Your computer has a lot of information available to your inquisitive mind. Learn all its secrets with a few lines of code.
Latest Configuration Files / INIs Articles
.NET Tip: Managing Development and Production Configuration Files
If you use one server to develop your applications and another to deploy them, you probably have to change your database connection settings each time you deploy your configuration files. Learn a quick fix for this problem.
ASP.NET Tip: Encrypting a Configuration File Section
ASP.NET 2.0 enables you to encrypt portions of your configuration file. You can pick a section in your Web.config file to encrypt and then decrypt.
Redirecting Configuration with a Custom Provider
Explores this helpful technique presented by Wrox author Stefan Schackow for working in ASP.NET in multiple environments from testing, to staging, to live, to backup servers.
Accessing the Registry with VB6 and VB.NET
Discover the main differences between accessing the Registry with VB 6 and with VB.NET.
VC++ Cures for .NET Configuration Change Headaches
Changes to the .NET configuration file are not available in the application until a new application domain is started. This behavior can be a real headache when you need to read changed configuration settings. Learn what your options are for achieving this with minimal pain.
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.