Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Serialization   (RSS)
LINQ to SQL Visual Object Designer O/R Mapper
Building data objects in Visual Studio 2008 is really nice. Having been a . netTiers veteran (and contributor) I have appreciated O/R Mapping tools for some time now. I must say that the new Visual Designer is pretty neat. I am working on a quick WPF Read More...
Serialize a List<> to flat XML and Deserialize a flat XML list to a generic List<>
So I have a client that needs to interchange some XML data with a customer. The XML document exchanged is fairly hierarchical except for one field. This fragment of XML represents the flat structure: <ShipFrom> <Name /> </ShipFrom> <LineItem> Read More...