by Mikael Henriksson
8. August 2010 21:53
This is a response to John Sonmez post “Don’t Parse That Xml”. I am not going to say that John is wrong on the generation part, it’s a good tip but he seems to totally have forgotten about LINQ to XML. I have had to work with some API’s that don’t benefit from that type of generated schema a...
[More]
0223dc2e-aa73-46b1-a1d3-126987ae1b3f|0|.0
Tags: C#, Xml
C# | Xml
by Mikael Henriksson
16. February 2010 08:42
I have created a few very useful extension methods for handling the System.Xml.Linq namespace that I use all the time. I’ve had positive feedback on this before (and it showed up in this post) and now I had to create a couple of extra extensions just to make my life even easier. The way I work...
[More]