Web API versioning
Let's start by saying all API's exposed to the public or to third parties should implement some kind of versioning. Why? API's tend to evolve as »
Let's start by saying all API's exposed to the public or to third parties should implement some kind of versioning. Why? API's tend to evolve as »
A while ago I ran into a problem trying to model bind a flag enumeration property where of course multiple values can be selected, so what »
Have you ever had the need to customize json serialization and deserialization of your WCF rest endpoint? I have, in particular to replace the WCF datetime »