I wanted to create a small blog component for a website using C#. I do not have
MSSQL. So i thought i would use a xml file as a database. I also created the xsd and linked it to the xml. Is it a good choice to use a xml instead of a database. Updates are very rare. Presently i am able to load the xml into a dataset and search through it. How do i update new data? Also at what frequency should i update the data file?
MSSQL. So i thought i would use a xml file as a database. I also created the xsd and linked it to the xml. Is it a good choice to use a xml instead of a database. Updates are very rare. Presently i am able to load the xml into a dataset and search through it. How do i update new data? Also at what frequency should i update the data file?