Total newbie question here:
I am building several different apps while trying to learn C#. I once heard that my dbase app that would store members names and contributions could be used with an XML file...this possible?
OR I want to make a game that has trivia questions - was going to use a streamReader but can I do this with XML just as easy or easier????
Does anyone have any good XML / C# - windows tutorial links?
Thanks!

Mahesh ChandPosted Jul 16, 2007, 10:28 AM
http://www.c-sharpcorner.com/UploadFile/mahesh/ReadWriteXml01172006102616AM/ReadWriteXml.aspx
Todd VancePosted Jul 16, 2007, 10:25 AM
Awesome Brandon,,,, thank you! I am excited to try and find the XML way to do a small dbase solution. And I assume that you can somehow encrypt the names and data within the XML sheet?
Actually, that would probably not matter much since it would be a local application....
Posted Jul 14, 2007, 10:15 AM
Just google what your looking for and Im sure you will find something but like, for your game app, XML would be a great way to store saved states or other info that you want organized and related to a certain key for data extraction later.
Try these:
http://www.developer.com/net/csharp/article.php/3489611
http://www.codeproject.com/soap/XMLReadWrite.asp
That should help and good luck!