My brother asked me to develop an application for him, but I don't exactly know how to plan it.
It will be a WPF program with set of controls and I know how to make everything, except there should also be a datagrid and a bunch of labels and other controls updated continously with a XML feed from a server. Application will aproximately query and refresh the XML data every 2-5 seconds. I know there exist several methods to do that, but I would really choose the best one between quality and performance.
I've never done something like that before, so I'm here to ask what is the best approach for continous download of XML files, parsing them and putting the data into WPF controls?
No comments:
Post a Comment