Carlos' blog

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

April, 2011

Posts
  • Carlos' blog

    WCF Extensibility – IParameterInspector

    • 15 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 message inspectors, described in the previous post of this series, allows you complete control over the...
  • Carlos' blog

    WCF Extensibility – Message Inspectors

    • 16 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 message inspectors are probably the most used extensibility points of the WCF runtime. Anytime you need...
  • Carlos' blog

    WCF Extensibility – Runtime

    • 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 . Before starting on the actual extensibility points for the WCF runtime (first post should be online tomorrow...
  • Carlos' blog

    WCF Extensibility – IOperationBehavior

    • 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 . The last of the behavior interfaces in WCF is the IOperationBehavior . The scope of this one is limited to...
  • Carlos' blog

    WCF Extensibility – IEndpointBehavior

    • 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 . The next behavior in the list is the IEndpointBehavior . Like the other ones, it can be used to inspect and...
Page 1 of 1 (5 items)