Windows Communication Foundation has steadily evolved to better support SOA and Web services. Here's how to get the most out of your WCF-based services architecture. If you want to exploit ...
WCF (Windows Communication Foundation) is a secure, reliable, and scalable messaging platform for developing services in .Net. This is the second part in the series of articles on WCF best practices.
In this post I’ll present a discussion on WCF service design and performance guidelines and the recommended best practices. In future posts in this series of ...
Windows Communication Foundation (WCF) is used to build, deploy and execute connected systems. WCF provides a secure, reliable, scalable messaging framework that can work over any protocol in any ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Prevent AI-generated tech debt with Skeleton ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
I've got a WCF web service used by our business partners that regulations say that we need to log every call and every argument passed into the calls. In the old IIS/ASMX days there were convenient ...
If you aren't aware, WCF will simply kill the communication channel when certain unexpected things happen. If you let an Exception bubble out of your service methods that aren't FaultExceptions and ...