Skip to content

data virtualization ? #11

Answered by IgorBuchelnikov
issam1975 asked this question in Q&A
Discussion options

You must be logged in to vote

Have you seen this article? The article contains a WPF project with data and UI virtualization. Maybe this project is all you need. The only thing you should do is change the project so that it loads data using Entity Framework. Do you need more than the project provides?

The primary use case of ObservableComputations is the processing of changes in already loaded data. The processing may lead to other data loading, but this is secondary. The way of data loading is not an area of responsibility of ObservableComputations. The data loading can be done with Entity Framework or other ORM, synchronously or asynchronously. Data virtualization is more refers to a way of data loading.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@issam1975
Comment options

@IgorBuchelnikov
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by IgorBuchelnikov
Comment options

You must be logged in to vote
1 reply
@IgorBuchelnikov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants