Bundling and Minification in ASP.NET Web Pages

This post was taken from a rough gist I created whilst battling bundling and minification back in Nov ‘23. Things have likely changed since then. What is it? Bundling and minification are optimisation techniques used to improve the performance of web applications. Mainly by reducing the number of HTTP requests and decreasing the overall payload transmitted over the wite. We would typically do this for as many of our site-wide CSS and JavaScript files....

August 15, 2024 · 3 min · 578 words · Dave Hogan