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 Web APIs. Show all posts
Showing posts with label 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
MEASURE PERFORMANCE OF ASP.NET WEB APPLICATIONS WITH MICROSOFT PERFORMANCE MONITOR
This article gives a short introduction in performance measurement of Asp.Net web applications with the Microsoft Performance Monitor (pe...
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...