Should I use binary/xml files in my .NET application? -


i have worked web developer several years , have used database store information, or xml files.

now i'm developing small application (windows form). application need store data amount of data not going big. information complex customers information, number of customers 20/30...more or less.

and have doubts. think use database (even sqllite) much. xml need performance think binary files better solution.

i have used xml lot, never binary files.

are binary files used in current .net projects? should forget binary files , use xml files? should use sql lite?

when binary files useful?

i hope can tell me when use binary files.

thank , i'm sorry english, not mother tongue.

.net comfortable xml framework versions including 1.0. xml schema introduced .net when rest of world still using dtds , plain asp main microsoft's html cgi web technology. take @ "resources" concept , yes app.config .net web.config. built in settings way go -> there's nice mechanism localize text resources too.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -