What is hot reload in .NET?

  1. Apply code changes without restart
  2. Performance optimization
  3. Memory cleanup
  4. System restart

Explanation

Hot reload allows developers to apply code changes to a running application without needing to restart or lose application state.