Currently Delta<T> only works with the ODataFormatter. It should also work with json serialized from JSON.NET/JavaScript/JsonMediaTypeFormatter. Json is used heavily by web api and various languages (C#, JavaScript) and almost every new Microsoft product (E.G., Azure...)
Here is a discussion with raghuramn on an issue I ran into with using Delta<T> with json (http://aspnetwebstack.codeplex.com/discussions/429798#post988342).
Comments: Attached is a sample project which illustrates the problems with Delta and non-complex types -- especially ones that are commonly used with EF models.
Here is a discussion with raghuramn on an issue I ran into with using Delta<T> with json (http://aspnetwebstack.codeplex.com/discussions/429798#post988342).
Comments: Attached is a sample project which illustrates the problems with Delta and non-complex types -- especially ones that are commonly used with EF models.