Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I have client application and a WCF service. WCF Service returns a List<object> and if that exceeds 2GB I am getting error.

How can I tackle this problem? Is it possible for WCF to send the data in chunks like 10000 records in one request.

Any help on this is highly appreciated.

Thanks and regards,
Shishir
Posted

1 solution

Here's an article on codeproject that you may find useful

Downloading in Chunks using WCF and Silverlight[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900