I am using self-servicing and I have created a complicated view on SQL Server that returns 100s of rows.
I want to bind view's results to a Datagrid and I have a dilemma on what to use, TypedView or Collection.
I Know that both support paging but what are the advantages of each, in terms of execution speed and memory footprint?