WCF
-
.NET
Building Scalable and Secure WCF Services
The key to building scalable WCF services is to eliminate binding configurations that could result in server affinity. For this…
Read More » -
.NET
Simple WCF SOAP-REST Multi-Project Template
Download the source code for this post. I did it again: another multi-project Visual Studio template – this time for…
Read More » -
.NET
WCF Rest Services for Windows Phone
So great, to create WCF Rest services for Windows Phone, you have to follow just 5 steps. This post will…
Read More » -
.NET
Roll Your Own REST-ful WCF Router
Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the…
Read More » -
.NET
Ninject WCF Extensions for RESTful Services
A while ago I blogged about using Ninject for dependency injection with WCF Services. The advantage of using DI is…
Read More »