Have a quick theoretical question - if somebody can help answer:
The application commands which WPF provides - are they technically useless (or should not be leveraged) specifically in MVVM pattern since the Custom Commands (Relay Command Pattern) is used in all cases. That's what my reading seems to indicate but wanted to get some thoughts on this.
If not - can somebody please also point to a quick code sample of application commands and its correct usage within MVVM pattern.