Top

How to use response compression in ASP.Net Core

February 27, 2018

Via: InfoWorld

ASP.Net Core is an open source, cross-platform, lean, and modular framework for building high-performance web applications. You can run ASP.Net Core applications on Windows, Linux, and even MacOS. A thoroughly modern web framework, ASP.Net Core has built-in support for response compression, allowing you to reduce the size of responses and shorten response times.

In this article we will examine how response compression works and how we can take advantage response compression middleware in ASP.Net Core.

Read More on InfoWorld