Serialization with XAML

This book has five chapters dedicated to the Windows Presentation Foundation technology, due to its importance in modern application development. You learned what XAML is and how you use it to define applications’ user interface. XAML offers other advantages that can be taken in completely different scenarios; one of these is serialization. The System.Xaml.dll assembly implements the System.Xaml namespace. It offers the XamlServices class, whose purpose is providing members for reading and writing XAML in serialization scenarios. Because XAML is substantially XML code that adheres to specific schemas, serialization output will be under XML format. The good news is that you are not limited in using XAML serialization only ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.