I am currently building this application that will require an interactive form where the user can select to view a certain part of the string or by default the whole amount of string.
My question is what would be the best way to import this string to the form as far as speed, filtering, and hashing is concerned.
I do not want users to change the data, just viewing only.
Should I use XML, bin files that hold the string, or a database?
Thanks
I know who to do all of these, just not sure which would be best. Another persons view would be great thanks in advanced!