c# - XML via database -


i have list of strings,the list constant , won't changed, there 12 strings.

inside database table have column index string.
don't think it's wise hold separate table hold strings because never changed neither save string self inside column.

so option hold list in other type.

what holding strings in xml file , using linq-to-xml load them dictionary. if thi better, performance wise, using datatable?

those strings cached sql server , apply no performance hit. give flexibility in case have multiple applications sharing same database. overall keep in database unless have/expect millions database hits.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -