c#: storing lots of data in my.settings

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-05-16T22:16:38Z Indexed on 2010/05/16 22:20 UTC
Read the original article Hit count: 167

Filed under:
|
|

i will need to store 3 tables of data

instead of implementing an entire database backend, i just want to store the record for these tables in application.settings

has anyone done this before?

i dont care about security

is it advisable to do it with application settings? how else would you do it?

perhaps storing a matrix in application.settings would be OK?

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb.net