Build a Dynamic Navigation Bar in Xamarin forms with some elements at the platform level as examples.
Latest Design/Techniques Articles
Functional Programming in C#: Purity and Concurrency
Learn about pure functions and why they should be your weapon of choice when writing code for parallel and, more generally, concurrent execution.
Understanding C# Tuples
With the arrival of C# 7, tuples have changed quite a bit. If you haven't been using them, read this article; you might reconsider their use.
Using C# 7 Local Functions
C# 7 will bring to us the use of local functions, helping developers alleviate the problem of keeping track of a large number of methods.
C# Back to Basics: Static Constructors
Static constructors are a very basic, yet highly useful, feature of C#. Get the hang of using them here.
Beginning C#: User-defined Type Conversion Operators
Become proficient with using type definitions in C#.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Coding a Bing Bot
Bots are rapidly replacing the older technologies. Read through and become proficient with Bing Bots.

Visual Basic Basics: Modules, Scope, and Accessibility Modifiers
Learn about Scope, Modules, and Accessibility Modifiers in Visual Basic.

Creating the Best Virtual Reality User Experience (VR UX): Seven Tips & Tricks
When building Virtual Reality user experience (VR UX), here are seven tips you should consider.