c# - Where to store user input data in WPF application? -


i have wpf application contains few pages user enter data. need store data until user finishes input , need data , print out verification.

i know there dictionary able store keys , data, how store data starting page until final page? create class file store data or there other better solution solve problem?

it big question more domain model wpf. sounds have collecton of data. collection must ... think have name. e.g. "results", "survey", or "bill of materials". model , model data.

now talking wpf stuff, each data entry page "bind" individual "data" model. whatever user using navigate through data bind collection thing.

keywords want lookup:

  • binding
  • datacontext
  • observablecollection
  • mvvm

start small. have long rich path.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -