Support for Data Virtualization

Support for Data Virtualization

Old forum URL: forums.lhotka.net/forums/t/10101.aspx


arigney posted on Thursday, February 24, 2011

Hi Guys,

                Perhaps CSLA should leave support for data virtualization up to the data access layer and include the specification of ranges into the FetchCriteria objects but I was just wondering if CSLA has any more support for data virtualization or is support planned for the future?

Regards,

                  Alistair

 

RockfordLhotka replied on Thursday, February 24, 2011

The PagedList sample in Samples\Silverlight\cs demonstrates how to do background paged loading of a large list.

That same concept can be applied to similar scenarios such as predictive loading of the next page, or (in .NET where you can be synchronous) on-demand loading as the UI control (like a virtualized datagrid) demands the next page.

Copyright (c) Marimer LLC