Snippet - Using XMLReader with USB Device on Spider

[title]Using XMLReader with USB Device on Spider[/title]
http://code.tinyclr.com/project/435/using-xmlreader-with-usb-device-on-spider/
[line]
This is an example of using XMLReader to read a file from USB storage on Spider. I found that there wasn’t much in the way of code examples out there for NETMF to read an XML File. There are plenty of examples of reading files but then dealing with the resulting byte[] in NETMF can be tricky due to functions that are normally in the full .Net library missing.

I felt it would be nice to give something back to the community that has inspired me.

Nice job!

Thanks for sharing.

Happy to contribute :slight_smile: