← Back
Scott Hanselman November 3, 2021 16m

.NET 6 Hot Reload in Visual Studio 2022, VS Code, and NOTEPAD?!?

Summary

The main theme is demonstrating the .NET 6 Hot Reload feature using command-line operations. The presenter shows how to create console applications, pin projects to specific SDK versions with `global.json`, and utilizes `dotnet watch run` to observe changes reflected in real-time. The practical takeaway is that Hot Reload significantly speeds up development by allowing code modifications to be applied instantly without full recompilation and restarting the application.

View original episode ↗