WCF client proxy initialization
- by 123Developer
I am consuming a WCF service and created its proxy using the VS 2008 service reference.
I am looking for the best pattern to call WCF service method
Should I create the client proxy instance every time I call the service method and close the client as soon as I am done with that? When I profiled my client application, I could see that it is…