What is hot reload in .NET?
- Apply code changes without restart
- Performance optimization
- System restart
- Memory cleanup
Explanation
Hot reload allows developers to apply code changes to a running application without needing to restart or lose application state.