arrays of object but using database as well?
What's your real problem? Cause it seems you're wanting to dump arbitrary objects to database. For that, some document-oriented database will be good. One example is MongoDb which has good documentation for its C# driver online.
You mean using Entity Framework?
LiteDb is yet another option if you want to embed the database process in your application.
Обсуждают сегодня