K
K
kolenchits862015-11-08 12:50:20
Database
kolenchits86, 2015-11-08 12:50:20

Storing C# application data without a database. What to choose?

For a long time I wrote applications for myself on the WPF + Entity bundle, but now the task has arisen to store application data (5-8 database tables with complex relationships) without a database.
Who uses what, tell me please? Do not offer XML, since the database data must be protected from editing with a notepad)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Voronov, 2015-11-08
@kolenchits86

Why not use at least SQLite? Lightweight, you can't change it with a notepad.

A
AtomKrieg, 2015-11-08
@AtomKrieg

Store in flat files. Encrypt them to protect them from editing with notepad.

D
Dasha Tsiklauri, 2015-11-08
@dasha_programmist

RavenDB: embedded mode (embedded in the application, does not require additional tools to be installed). They did everything so cool and convenient that it’s hard to change to something else later.
ravendb.net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question