I have a requirement like i need to transfer huge set of data (around 30-40 lakhs of records) from server to client using WCF in C#.
I will have multiple clients there is no limit in clients and i have only one server. So at a time multiple clients are accessing one server.
Can anyone please let me know the feasible solution to communicate between client and serve and a good multithreaded solution to access one server from multiple clients parallely.
Thanks & Regards
Lokesh