Cortana is becoming even more pervasive as a tool, not just a toy.
Latest Tools and 3rd Party Articles
Using the Arduino IDE for Visual Studio
Celebrate Arduino's popularity by developing apps on the Universal Windows Platform.
Batch Processing and Grid Computing -- Commercial and Open Source Options
Explore four alternatives for Batch Processing and Grid Computing among the many options available from both Open Source and Commercial space.
Refactoring Together with Other Improvements in dbForge Studio for MySQL, v.6.0
The Best MySQL GUI Tool You Can Find
Iron Speed Designer Review
Rapid Application Development or RAD tools enhance the productivity of developers by allowing them to focus on the business part of their application. This article is a review of Iron Speed Designer, one of the best know RAD tools for development of .NET framework web applications.
Custom User Interface for MSI Packages Using C# .NET
Windows installer has its own way to display installer user interface which is far different from other technologies. MSI supports few controls compared to .Net or other platform. Though it is not very difficult, still it is hard job to develop sophisticated installation package with good user interface, even after using well known installer software. NvnInstaller.MsiDotNet api makes this job easier.
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.