Explore using C++ on Docker Engine.

Explore using C++ on Docker Engine.
This is a set of templates and macros to provide the ability to easily serialize any object to a string stream.
Focus on templates in particular and generics in general with appropriate code examples to create an extensible design.
Learn how to create and use variables, the diverse fundamental data types of C++/CLI, as well the importance and usage of constants.
Leverage virtual destructors in Managed C++ to avoid memory leaks in your application.
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.
Learn more about a few commonly used components and explore their utility and usages.
Become proficient with using type definitions in C#.
Learn about the various forms of encryption in Visual Basic and the differences among them.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.