PreviousNext

Using subdomain based pipeline branching for static files delivery optimization in ASP.NET Core

by tpeczek, 2018-05-02T02:44:20.474Z

Sometimes there is a valid reason to serve static files from the application instead of CDN. In such cases it's important to remember about performance. This post describes one of optimizations which can be applied.

Read More