ASP.NET Core | Does .NET Hot reload support for ASP.NET Core?

.NET Hot Reload is available for ASP.NET Core 6.0 and later versions applications. It applies the code changes, including stylesheet changes to an app that is already running without losing app state and restarting the app.
Not all code changes trigger browser refresh like startup middleware changes unless it's not an inline middleware, configured services, removing component parameter attribute in Razor etc.

Comments

Popular posts from this blog

ASP.NET Core | Change Token

ASP.NET Core | Open Web Interface for .NET (OWIN)

How will you improve performance of ASP.NET Core Application?