Here's a look into Identity Server 4, the UWP app for Windows 10.
Latest Network & Systems Articles
Expecting Failures In Microservices and Working Around Them
Failures happen. It's a fact of life, but you can learn to regroup and continue on.
Creating Microservices Using NancyFX
In the IoT world of embedded devices, small is beautiful and small doesn't come much better than the NancyFX Web framework.
Using C# to Find Out What Your Computer is Made of
Your computer has a lot of information available to your inquisitive mind. Learn all its secrets with a few lines of code.
Syndicating Feeds Using C#
RSS is still around, despite newer technology in existence. Learn how to make use of the RSS technology.
Getting Started with the Raspberry Pi 2
Ramp up to the latest Pi module and do far more things than with the original.
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.