c# - XML data in binary files or straight XML file for asp.net application? -
we have need save of our configuration items files. have been told localization features going use. have been told, faster read binary file straight xml file. true, , ideal save xml data in binary format or there way should save data pull web application?
i able read data using linq or casting object. also, best way parse file sepecific data? suggestions appreciated?
i recommend using xml on binary because it's easier work with. binary faster doubt notice speed gain in application, if cache values read file.
the easiest way parse xml file deserialize object using xmlserializer class. absolutely painless way parse xml in opinion.
Comments
Post a Comment