Link to home
Start Free TrialLog in
Avatar of Easwaran Paramasivam
Easwaran ParamasivamFlag for India

asked on

WCF Asynchrous call

I've implemented a WCF service and consumed in my aspx page. The service is taking time to execute. I would like to implement the async call. Which place is best to implement the that?

 1. Whether it will be in Business logic implementation of the service?
 2. Or it could be in UI where the Service is called?

Could you please provide the reason and possibly examples of that approach?

Thanks for your help in advance.
ASKER CERTIFIED SOLUTION
Avatar of Kiran Sonawane
Kiran Sonawane
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Easwaran Paramasivam

ASKER

The example given in the link is not complete one.
Thanks.