I have table x in a database having around 30 columns with 6000 records.
When bind this table data in xaml using a class representation say List<X>, then on Export I get a Out of Memory Exception.
But when I Export the same table data using DataTable, then I do not get any exception.
I wanted to the reason behind this behavior ?