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++.

Deploying .NET Core Apps to the rPi 2
Learn to build a console application that you can run on the rPi 2.

Visual Basic AI: Creating a Genetic Algorithm
Dive into Genetic Algorithms and create a way to train a Neuron Network to distinguish right from wrong.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.