Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » wcf
  • How to rhino mock a WCF service

    See this article here... http://kashfarooq.wordpress.com/2008/11/29/mocking-wcf-services-with-rhinomocks/  
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on August 11, 2009
  • Content Based Routing With WCF

    I’ve been looking at the new features included in WCF 4, one of the most interesting and powerful additions is the functionality provided by the RoutingService class (System.ServiceModel.Routing.RoutingService) in this post I’ll show an example of how to perform content based routing using the RoutingService class. The example scenario is as ...
    Posted to Owain Wraggs' Blog (Weblog) by Owain.Wragg on July 22, 2009
  • Workflow 4.0 Correlation with Message Headers

    I have continued to look at Workflow Foundation 4.0 which is included in the Beta 1 release of Visual Studio 2010 and .NET Framework 4.0, and I’ve been experimenting with the correlation functionality. The approach I have seen documented/blogged about most often is correlation at a workflow instance level, for example the same workflow instance ...
    Posted to Owain Wraggs' Blog (Weblog) by Owain.Wragg on July 14, 2009
  • REST from WCF 3.5

    WFC is well known to be brilliant at SOAP, and fans of WCF may be aware that in version 3.5 may be aware of the cool new features. But the rest of us (the REST of us, haha, I'm so funny)  may not know that it addresses in a simple and flexible way other scenarios- that is, serving XML or JSON data off simple Urls in a REST ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on March 15, 2008
  • New Microsoft certifications

    I'm back from Holiday and getting going into the new year. For those of you .Net developers considering Microsoft certification exams, the following may be of interest: Exam 70-502 Microsoft .NET Framework 3.5 - Windows Presentation Foundation. Expected to be released in February 2008. http://www.microsoft.com/learning/exams/70-502.mspx Exam ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on January 20, 2008
  • Passing Enum values into WCF Service operations

    24/01/2012 - Have added an update at the bottom of this article today, as it turns out that for Simple Enumerations this is not required by the DataContractSerializer. In order to pass Enum values around to your WCF service operations, then you must put [ServiceKnownType(typeof(Enum))] attribute on the service interface contract, and also add ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on April 3, 2007
Powered by Community Server (Personal Edition), by Telligent Systems