Async Commands (and Async Relay Command) - EASY WPF (.NET CORE)

Learn how to setup async commands in WPF (or Xamarin). I create an AsyncCommandBase to take care of async specific command requirements so that derived classes simply need to implement their command logic. I also demonstrate various ways to handle exceptions and implement an async RelayCommand. SOURCE CODE: https://github.com/SingletonSean/wpf-...