I am creating a small application that will be deployed in a window. The database will have less than 10 tables.
Instead of installing the database in the client window, XML documents are used for the database, and will LINQ cost query performance while waiting for the XML file to load and write?
If I use a database, I will use LINQ to SQL.
source
share