What is hot reload in .NET?

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

Explanation

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