This is a set of templates and macros to provide the ability to easily serialize any object to a string stream.

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 how to set up the outline of an algorithm and leave the details of the implementation later using the Template Pattern.
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
The .NET Core is here now, and here are some reasons to begin using it.
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.