DCSIMG
SQL - Amir Shevat's Blog

Amir Shevat's Blog

Some rules can be bend while other can be broken…

Browse by Tags

All Tags » SQL (RSS)
OpenUp - Transfer gigantic DataTables over WCF / .Net Remoting
Guy Eden has released a new project to OpenUp : This solution deals with transferring huge DataTables over WCF and .NET Remoting. When transporting large DataTables between a Server and a remote Client, there are several issues; that stem from .NET serialization. Serialization of a large DataTable is memory thirsty. A large enough DataTable will cause the client to get System.OutOfMemoryException, or System.InsufficientMemoryException. Those exceptions cannot be caught at the server side, as they...