Build a Dynamic Navigation Bar in Xamarin forms with some elements at the platform level as examples.
Latest Miscellaneous 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.
Getting Started with Visual Studio 2017 and ASP.NET Core
Still postponing the upgrade to VS 2017? Here's some information that can help you decide whether to plunge ahead or wait longer.
Working with Live Unit Testing in Visual Studio 2017
Take advantage of Live Unit Testing in Visual Studio 2017 to boost developer productivity, test coverage, and improve the quality of your software.
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.