المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Data in XmlFiles or in Database



C# Programming
04-27-2013, 02:16 AM
I store almost all of my data for my applications in xml-files. Works fine, especially with Linq-Support

But I continuously ask myself, if it is not better to store data in a database (SqlExpress or MySql) with much advanced data-handling-capabilities

One advantage of xml is, that files can be easily moved around via simple copy/paste. Do I loose this feature with a database?