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