Explore using C++ on Docker Engine.
Latest cpp_managed Articles
Fast and Easy C++ Object Serializer
This is a set of templates and macros to provide the ability to easily serialize any object to a string stream.
Exploring the C++ Generics Programming Model
Focus on templates in particular and generics in general with appropriate code examples to create an extensible design.
Data Types in C++/CLI
Learn how to create and use variables, the diverse fundamental data types of C++/CLI, as well the importance and usage of constants.
Exploring Virtual Destructors in C++/CLI
Leverage virtual destructors in Managed C++ to avoid memory leaks in your application.
Switching to MVVM
Model-View-ViewModel (MVVM) is a proven design pattern used heavily in many WPF / Silverlight applications. This article focuses on implementing MVVM on existing applications rather than starting a new application. In this article we are going to see how we can take small steps towards MVVM.
Latest CodeGuru Developer Columns

A Quick Look at What's Released with Visual Studio 2017
What's new from Microsoft? Visual Studio 2017 and a whole lot more!

Creating Unity3D Animations Using C#
Learn to create a simple animation within Unity3D, starting from C#.

Understanding GitHub and Visual Studio
Explore and master using the GitHub Extension for Visual Studio.

How TypeScript Will Reshape the Enterprise Developer
One place in which JavaScript has only just started to make a dent is the "enterprise." Let TypeScript, a superset of JavaScript, come to your rescue.