Sometimes we don’t have a choice on what data we work with, where it’s from or what format we have to deal with. This, in a way, can effect the time take to develop a solution.
In this case we will be looking at XML Data, and how to effortlessly convert that data to a dynamic object which we can easily work with.
Read more “How to convert an XML Document to a Dynamic Object in .NET”