Problem I’m open to any comments on this code/approach. This is mostly architecture and threading. using System; using System.Collections.Generic; using […]
Tag: wcf
Consistent way to handle transient timeouts with WCF calls (timeouts, unreliable network, server load, etc)
Problem I’m currently using the following code to manage calls to WCF services that are unreliable, and or suffer performance […]
WCF using TAP without worrying about timeouts
Problem I really like using the new TAP pattern in .Net 4.5. and I am updating some of my older […]
Static wcf client to make multiple request with one object
Problem I want to make a static client to call a wcf because the first time I call the wcf […]
Properly disposing of a WCF connection using IDisposable
Problem This is a follow up question to this question: https://stackoverflow.com/questions/4573526/what-could-be-causing-a-cannot-access-a-disposed-object-error-in-wcf I have created a WCF service and it is […]
WCF general response validation for multiple services
Problem Background information I am building a web application that consumes 3 different WCF services that are hosted internally. Each […]
Using XDocument properly
Problem I have a WCF service in which I am reading and adding some records to a .xml file. I […]
Allowing a client and server to communicate with a DDC
Problem I’m designing a client (UI made with WPF) and server (WCF) that communicates with a device known as DDC […]
How to improve WCF client proxy based on CreateChannel (not generated from WSDL) in C#
Problem When invoking a Web Service from C# (where the external service might be WCF, ASMX, Java, etc. – you […]
WCF Duplex service authentication
Problem I have been thinking about a way to implement this and I am not sure that what I have […]
- 1
- 2