I am using a WCF service with netNamedPipeBinding to transfer large amounts of data (a long list of objects) to the client (on the same machine of course).
The problem is the whole The call takes
Tag: WCF
WCF SOA: CRUD Data Access Service … Why is this trouble (or our design is wrong)?
There is a data access service in our SOA WCF system. This service is responsible for performing CRUD (create, update, delete) operations on “system-wide” database tables, and is also for querying
WCF – SOA service test
What is the best way to test SOA services? Should I use WCF to write my own tests, or should I use testing frameworks such as SOAPUI. What are the limitations of each method and are there better to
Design WCF data contract and operation
I started to design a wcf service bus that is now very small, but it grows as our business grows, so I am worried about some problems and will not try YAGNI too much. This is An e-commerce platform
WCF STS load balancing and certificate
Want to know what are the best practices for deploying custom WCF-Security Token Service (STS) in a load balancing environment that uses flags and encrypted tokens?
We use Cirtix NetScaler to
WCF service behind the F5 load balancer (WSHTTPBINDING binding)
Current settings:
– I have a wsHttpBding WCF service, please refer to the service configuration below
– I have implemented ServiceHostFactory to solve the incorrect pattern location and soap add
WCF – Why is my module not in the module list?
I have a WCF service that can be debugged. I set a breakpoint in the code, I want to debug and get the message
The breakpoint will not currently be hit. The source code is different from the
How to synchronize WCF services
I have a WCF service, I use the “Add Service Reference” in VS 2010 to create a client.
The problem is that although the “Generate “Asynchronous operation” option, but call the service asynchr
.NET – How to return to the stream from WCF services?
I am playing protobuf-net and WCF. This is the code I created:
public class MobileServiceV2{
[WebGet(UriTemplate = “/some-data”)]
[Description(“returns test data”)]
public Stream GetSomeDa