Answer the question
In order to leave comments, you need to log in
How to implement a small database to the server in C#?
There is a desktop application for the local network: a client in WPF and a server in C #. The user works with the table: edits cells and adds/removes columns.
It is necessary to implement something like a database:
1) write columns from the table for archiving, for example, when deleting;
2) if necessary, extract columns from it and place it in a table for the user.
I write "something like a database", because the database is small: 10-12 columns, no more than 1000 records - maybe limited to some external file? Tell me how to implement the database?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question