I am creating a small application that will be deployed on Window. The database will have less than 10 tables.
Instead of installing a database on the client box is using XML documents for the database and LINQ going to cost in performance of queries, waiting for the XML file to be loaded and be written?
If I use a database I will use LINQ to SQL.