ASP.NET Tips How to Enable ASP.NET Core 5 Razor Runtime Compilation November 5, 2021November 9, 2021 Javier Huthon Razor files (.cshtml) are compiled at both build and publish time and this gives better performance as your views are compiled. We can also enable