wpf - How to maintain a list of custom objects that is pulled from SQL and modified / viewed by many different views? -
i'm new wpf , have simple question:
i have 1 list of custom objects want display through number of ways (datagrid, combobox etc).
the list pulled sql database.
the list gets modified (add, remove, update) locally
should downloading list once @ start of program , appending local model fit i've changed or
redownload whole list
(the list pretty small wouldn't horrible, want cleanest way)
thanks :d
Comments
Post a Comment