Can I use Linq-to-xml to persist my object state without having to use/know Xpath & XSD Syntax?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-03T06:46:36Z Indexed on 2010/05/03 6:48 UTC
Read the original article Hit count: 190

Filed under:
|
|

Hi,

Can I use Linq-to-xml to persist my object state without having to use/know Xpath & XSD Syntax?

ie. really looking for simple but flexible way to persist a graph of object data (e.g. have say 2 or 3 classes with associations) - if Linq-to-xml were as simple as saying "persist this graph to XML", and then you could also query it via Linq, or load it into memory again/change/then re-save to the xml file.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about linq-to-xml