Creating and managing xml files

A

Andy B.

I just wanted a mass opinion on the subject. Here is what I will be doing:

I need to create modules for a service that manages and stores data. Some of
it is just text and some of it is binary that will be encoded with base64
and then compressed to save disk space since the chuncks could be quite
large. For both methods (the ascii only as well as the base64 encoded
versions, the xml files will be secured with some form of crypto service
provided by .net 4. They will then be stored in the websites app_data folder
for extra security. I would use sql server to store the data, but the
database development is out of my practicle ability range and there isn't a
budget for it. It would also take 10 times longer than needed to create the
service.

How would you go about creating and programatically managing these xml
files? Custom object binding? xml writer? XmlDocument/XmlData? Use a
TextWriter and output everything in a string? Any ideas to get me a good
jumpstart.. Also, what sort of objects would you create or use to manage the
daily operations of the xml services above?.
 
A

Andy B.

Read up on most of it just now. Will have to try out some samples and see
how it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top