任何机构都可以帮助我
- I am having WCF service its working fine
wcf having database conectivity database having 100 records
WCF service fetching records from database these records have to submit to the client system when ever client make a request for records. - when client makes the request for records, it works fine for 10-20 records but fetching records 100 due to huge trafic between client and WCF service, service not providing services.
how can we handle this situvation in WCF?