Carlos' blog

General thoughts and usage examples about WCF, ASP.NET Web API, testing and programming in general.

May, 2011

Posts
  • Carlos' blog

    WCF Extensibility – IInstanceProvider

    • 3 Comments
    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Moving down to the list of the extensibility points, the IInstanceProvider is actually quite useful when...
  • Carlos' blog

    WCF Extensibility – Custom Serialization in Silverlight

    • 2 Comments
    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . This post takes a detour from the normal flow of the series, since I was working on a scenario last week which...
  • Carlos' blog

    WCF Extensibility – IOperationInvoker

    • 3 Comments
    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . The operation invoker is the last element in the WCF runtime which is invoked before the user code (service...
  • Carlos' blog

    WCF Extensibility – Operation Selectors

    • 0 Comments
    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors...
  • Carlos' blog

    WCF Extensibility – Message Formatters

    • 4 Comments
    This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Message formatters are the component which do the translation between CLR operations and the WCF Message...
Page 1 of 1 (5 items)