T
T
trauus2019-01-16 01:15:06
Database
trauus, 2019-01-16 01:15:06

Which database and ORM to choose for a desktop application?

There is a not very heavy application, written under .NET 3.5.
You need to save a dozen lists with simple objects: there are usually no more than 500 objects in the list, 5-10 primitive fields in one object. They rarely change, new objects are added no more than once every half a minute.
Now all lists are stored in memory, and when changes are made, the entire list is serialized to a file.
In connection with the future increase in the number of lists and their complication, I thought about choosing a database and ORM.
The basic requirements for the bundle are:
a) working with .NET 3.5 or 4.
b) Xamarin.NET support c
) free
d) migration support
Got anything suitable?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey〒., 2019-01-16
@trauus

SQLite, here is the ORM

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question