Welcome to Manicprogrammer Sign in | Join | Help

Wednesday, July 16, 2008 - Posts

WCF Service Extreme Make-over - Part 3

IMPORTANT: It's really important that you read part 1 and part 2 before reading Part 3. I'll assume you did, so a lot might not make any sense unless you've read it. Introduction So in the previous two posts, we've established how we wanted to use and
Posted by heynemann | 3 Comments
Filed under ,

WCF Service Extreme Make-over - Part 2

IMPORTANT: It's really important that you read this post before reading Part 2. I'll assume you did, so a lot might not make any sense unless you've read it. Introduction Ok, in last post we decided on the following desired features for our WCF Services:
Posted by heynemann | 1 Comments
Filed under ,

Have control over both ends for WCF Service? Or just enforcing security and behavior? - WCF Service Extreme Make-Over Part 1

Introduction So, WCF is a pretty standard way of using remote calls in .Net at this point. The general usage pattern that we've seen around is: Create a WCF Service Application (usually ASP.Net) to be the host Create the service contract Implement the
Posted by heynemann | 2 Comments