Stories recently tagged with 'MetadataDrivenUserInterface'

Developing a Robust Data Driven UI Using WPF - Stock DataModel Sample(ekampf.com)

submitted by tentacletentacle(115) 3 years, 10 months ago

A concrete example for a DataModel as discussed in the previoud posts in the series.... read more...

add a comment |category: |Views: 128

tags: another

Developing a Robust Data Driven UI Using WPF - The DataModel(ekampf.com)

submitted by ekampfekampf(3195) 3 years, 10 months ago

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 of the problem domain. The DataModel abstracts expensive operations such as data fetching without blocking the UI thread. It can keep data "alive" fetching it periodically from source (example: stock ticket), merge information from several sources etc. The DataModel is completely UI independent and pretty much straightforward to unit test. The DataModel exposes data in a way that makes it easily consumable by IBF. read more...

add a comment |category: |Views: 52

tags: another

Developing a Robust Data-Driven UI Using WPF - Introduction.(ekampf.com)

submitted by ekampfekampf(3195) 3 years, 10 months ago

First post in a series. Discusses patterns for data-driven UI development in WPF. read more...

1 comment |category: |Views: 117

tags: another