Thursday, May 24, 2012

Best Practices: Avoid using DataTables

DataTables will take huge memory like multiples of actual needed. So try to use Plain Old Class Objects and DataReader.

No comments:

Post a Comment