User711556406 posted
Hi!
In the place I work, They create a new instance for a proxy of a WCF API for each call they need from the API (Since It's a website, for every controller constructor they create a new Instance of the WCF Client (BasicBinding)
Should we use a singleton model instead?
What are the reasons to work with a singleton design pattern regarding consuming a WCF Client?
Thanks, Yonatan