wpf - Save something in settingsfile or.. ? in C# -


i implementing application , have few lists stuff in it, same, don't want implement in real logic stuff.

is there way save these items in application? i've read things saving these items in settingsfile.

is best way, or there better ways? , how can this?

save in xml. can bind directly xml in wpf. see: http://joshsmithonwpf.wordpress.com/2007/06/04/binding-to-xml/


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -