When you're designing, testing, or releasing a new Web API, you're building a new system on top of an existing complex and sophis...
Showing posts with label Async Web APIs. Show all posts
Showing posts with label Async Web APIs. Show all posts
Thursday, August 13, 2015
Monday, August 10, 2015
ASP.NET Web API GZip compression ActionFilter with 8 lines of code
If you are building high performance applications that consumes WebAPI, you often need to enable GZip / Deflate compression on Web API. ...
Sunday, August 9, 2015
IMPROVE SERVER PERFORMANCE WITH ASYNCHRONOUS WEBAPI
In this article I want to show, how you can improve server performance dramatically by using Microsoft asynchronous WebAPI. The text show...