wcf

  • submit to reddit

Important WCF Performance Issue + Workaround

I have written about Wcf performance issues before, but this one seems to be the biggest. Valery had published in the Wcf forum an interesting performance...

0 replies - 609 views - 06/11/13 by Yaron Naveh in Articles

gSoap and WCF Routing Services are Not Friends

One of the common patterns with web services is the router service. It can hide routing logic from the client or help with load balancing. Wcf 4 ships with...

0 replies - 2002 views - 06/10/13 by Yaron Naveh in Articles

WCF with 256 bit SSL

Recently I had to call a Java web service from Wcf. The service was secured with a 256-bit ssl certificate. Every request I made was rejected with a 401...

0 replies - 1222 views - 06/07/13 by Yaron Naveh in Articles

7000 Concurrent Connections With Asynchronous WCF

It’s rare that a web service has some intensive processor bound computation to execute. Far more common for business applications, is a web service that...

0 replies - 1462 views - 12/31/12 by Mike Hadlow in Articles

Understanding OData v3 and WCF Data Services 5.x

This is an awesome 20 page article about OData and WCF Data Services. If you need an intro to these two, you need to read this article.CodeProject -...

0 replies - 2483 views - 12/28/12 by Greg Duncan in Articles

Transactions in WCF

Transaction plays an important role in any business application that involved CRUD operations. To implement transactions, we utilize TransactionScope...

0 replies - 2597 views - 12/26/12 by Ovais Mehboob A... in Articles

WCF Service Application Documentation 2012

   •   PurposeWindows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send...

0 replies - 2572 views - 12/17/12 by Michael Georgiou in Articles

Building a Claims Aware Environment using ADFS 2.0 and WCF

Introduction This is going to be a multi-part series of articles with the end goal of producing a solution which handles security/identity claims...

0 replies - 1961 views - 12/14/12 by Rob Sanders in Articles

WCF: The Underlying Connection Was Closed Unexpectedly

If you get the above error when trying to return large numbers of items in a List<T> from a WCF service, then ensure you have set the following...

1 replies - 2646 views - 11/20/12 by Merrick Chaffer in Articles

Logging All Unhandled Exceptions In WCF With Log4Net

Scientific studies have shown that all applications contain a number of bugs. It is naïve to think that your applications would be bug free. When bugs...

0 replies - 3633 views - 09/05/12 by Pieter De Rycke in Articles

Caching In WCF Services: Part 2 - AppFabric Distributed Cache

Introduction A couple of months ago, I wrote an article about caching in WCF using the in-process memory cache available in the .NET 4.0 framework. This...

0 replies - 3912 views - 08/28/12 by Pieter De Rycke in Articles

Responsive WCF Service With an ICallBack Interface

In this post I am going to discuss about the development of a WCF callback service which replies back to its consumer i.e service client, as well as about...

0 replies - 1000 views - 07/22/12 by Pranay Rana in Articles

Making a WCF Serializer Work with Circular References

The Problem of Circular References Recently I had to model a tree-like structure using a variation of the GoF composite design pattern and to pass this class...

0 replies - 2284 views - 07/02/12 by Stefano Ricciardi in Articles

WCF Data Services/OData Code Sample - One App, One Click

Microsoft Developer Network - Samples - WCF Data Service (OData) Client Library One Click Code Samples This code sample is intended to demonstrate most...

0 replies - 2734 views - 06/30/12 by Greg Duncan in Articles

WCF and CoffeeScript, Who Says That Opposites Don't Attract?

At first look Wcf and CoffeeScript are very different: Wcf is chatty on the config side and bloated on the wire. CoffeeScript is just a "little...

0 replies - 2838 views - 06/22/12 by Yaron Naveh in Articles