Storing C# data structure into a SQL database

前端 未结 7 2049
半阙折子戏
半阙折子戏 2021-02-01 10:02

I am new to the world of ASP.NET and SQL server, so please pardon my ignorance ...

If I have a data structure in C# (for e.g. let\'s just say, a vector that stores some

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-01 10:34

    If you're gonna do that (and I guess it's technically possible), you might just as well use a flat file: there's no point in using a relational database any more.

提交回复
热议问题