technology - c# - dotnet - web api
.NET API Response Compression
2/16/2022
There are times when API responses are too large. In my experience, I have seen this in 2 flavors. The most common is a data model that grows and grows to a large number of properties. Increasing the amount of data being provided to the client on…