J
J
justslipknot2018-03-22 20:48:38
Database
justslipknot, 2018-03-22 20:48:38

Local C# .NET databases?

In general, there is an application that should load data from the database into the DataGrid. But the bottom line is that the data in the database will never change and it is only needed to store them. What are the options for storing data locally on the end user's computer. Without xml and json, preferably.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
tex0, 2018-03-22
@justslipknot

If it is a database then:
SQLite
LiteDb

D
Dmitry Shitskov, 2018-03-22
@Zarom

C# .NET?
Microsoft SQL Server Compact !

G
Griboks, 2018-03-22
@Griboks

Create a class, set default values ​​for fields. That's all. Why use any external gizmos at all when everything can be written directly in the code?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question