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. Compression is an easy way to reduce the size of packages and in [Read More…]