Posted on: 10/24/2014 8:00:00 PM | Views : 1643

This article demonstrates how batching can be used with a Web API OData V4 service and an OData C# client. Batching can be used to optimize network usage. Batching makes it possible to send many HTTP requests as a single multiple mixed request. The client/server packs/unpacks the different batch requests.

Go to the complete details ...