Create ASP.NET Core application using VS Code/Notepad | .NET Core changes not reflected in browser

preview_player
Показать описание

This video below topics
=====================

1, Create first ASP.NET Core MVC application using .NET CLI Command
2, Do the changes using VS Code
3, Enable AddRazorRuntimeCompilation

Steps for install Razor run time compilation
====================================
2,Add below line for enable builder.Services.AddControllersWithViews().AddRazorRuntimeCompilation();
Рекомендации по теме
Комментарии
Автор

Thanks
Now got to know hot reload of ui

jigneshjani