By tag: MetadataDrivenUserInterface
0
kicks
Developing a Robust Data Driven UI Using WPF - Stock DataModel Sample
A concrete example for a DataModel as discussed in the previoud posts in the series....
0
kicks
Developing a Robust Data Driven UI Using WPF - The DataModel
In the first post in the series I gave an overview of the pattern we'll be using.
This post will go deeper into the DataModel, as defined in the previous post:
The DataModel is defined exactly as the Model in MVC; it is the data or business logic that stores the state and does processing o...
0
kicks
Developing a Robust Data-Driven UI Using WPF - Introduction.
First post in a series. Discusses patterns for data-driven UI development in WPF.