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

Environment Configuration

Introduction We’ve all modified and saved variables in the web.config and app.config files of our applications.  I’m going to discuss issues that occur when a company maintains multiple environments. Environments When I talk about environments, I’m talking about entire systems that mimic the production system of a company.  An example is a development environment, a … Read moreEnvironment Configuration