ASP.Net MVC

Setting Brotli compression level when using response compression in ASP.NET Core

Brotli compression can compress HTML, CSS and JS files more versus Gzip compression. If you can’t enable Brotli compression on … Continue reading Setting Brotli compression level when using response compression in ASP.NET Core

MVC Dropdownlistfor defaulting to previously selected value when using a single SelectListItem List

Watch out for this one. If you have created a single list of SelectListItems and use this viewModel property to populate … Continue reading MVC Dropdownlistfor defaulting to previously selected value when using a single SelectListItem List