We have a requirement for our project for custom fields. We have standard fields in the table, and each client wants to be able to add their own fields. At the moment, I am not interested in how this will work in the user interface, but I want to know what options are intended for backing up and restoring data on the rear panel. The last time I did something similar, it was about 10 years ago in VB6, so I would be interested to know what options for this problem .Net world today.
The project uses a SQL server for the backend, linq-to-sql for ORM and the front end of C # asp.net.
What are my options for this?
thanks
source share