My Technobabble

Glenn Block - .NETFX Another ALT.NET guy at Microsoft

May, 2011

Posts
  • My Technobabble

    Message Handlers vs Operation Handlers which one to use?

    • 0 Comments
    In WCF Web API we have 2 extensibility points which seem very similar. They both are designed for very different reasons. Recently the question of which to use when popped up on our forums. Below is some guidance. Message Handlers Message handlers (Currently...
  • My Technobabble

    Using DataContracts with WCF Web API

    • 1 Comments
    A few folks have been asking if it is possible to serialize/deserialize using the DataContractSerializer. Rest assured, yes it is possible. Now whether or not it is the easiest/most intuitive model well that it is a different question. If you read to...
  • My Technobabble

    Hypermedia and forms

    • 1 Comments
    Updated (with a lot of new content) One challenge when building REST based systems is how can the client determine what it can do next? There can be any number of clients each which need to interact with a system. How do they know HOW to interact? The...
Page 1 of 1 (3 items)