XML Serialization
Summary In this post I’m going to demonstrate the proper way to serialize XML and setup unit tests using xUnit and .Net Core. I will also be using Visual Studio 2017. Generating XML JSON is rapidly taking over as the data encoding standard of choice. Unfortunately, government agencies are decades behind the technology curve and … Read moreXML Serialization