Tagged Questions
1
vote
2answers
587 views
Which database to prefer while developing a WPF medical inventory system?
I have a project to develop an inventory system for a medical shop. Till date, I confronted simple requirements which were fulfilled with XML as the backend db. My interaction knowledge with XML is ...
7
votes
3answers
1k views
XML vs SQL for small projects?
I'm working on a small project which will only have one user at a time since it's a local application (developed in WPF and C#). To store data I was thinking of using an XML file but I'm wondering if ...