What is hot reload in .NET?

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

Explanation

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