Tag
This blog post discusses a technical pitfall in XAML where binding to value types leads to navigation failures with assistive tools due to copy-by-value semantics, and suggests using runtime classes with helper libraries like wil to avoid the issue.
JetBrains Rider 2026.2 introduces WPF Hot Reload, allowing developers to edit XAML files in real-time while their application is running to see changes without rebuilding or restarting.