How can I save objects as XML files
Posted
by iTayb
on Stack Overflow
See other posts from Stack Overflow
or by iTayb
Published on 2010-03-20T10:42:32Z
Indexed on
2010/03/20
10:51 UTC
Read the original article
Hit count: 192
I'm working on my high-school matriculation asp.net project, and I wish to make a website of a bookstore.
I want to create two classes,Book
and BookStore
, and save the data created in XML files and not in a database.
How can I save objects as XML files, and how can I load them afterwards?
Thank you very much.
© Stack Overflow or respective owner