After spending two days of reading articles about the ICommand and ReactiveUI in Avalonia I can definetly said, its a simplest tutorial describe this topics. Thx dude
@barry180313 жыл бұрын
Thank you for a really clear and concise explanation and tutorial on implementing ICommand
@saurabhnikam51642 жыл бұрын
thank you very much @High-Tech, this tutorial is very helpful.
@thomasaminer5 ай бұрын
Thank you very much!
@myHandleNotAvailableYet2 жыл бұрын
probably consider changing your channel name? You taught High-Tech in the simplest way... just to the topic. thanks, dude. For the first time, I'm subscribing to a channel. looking forward to more videos
@alex4u11192 жыл бұрын
Could you please add more video contents regarding WPF, and a project or game development where you will use all of these features of WPF.
@omkarbothare81434 жыл бұрын
I think you forgot to elaborate on CanExecuteChanged.
@spudhead1692 жыл бұрын
I really don't like the cross referencing of those classes.
@spudhead1692 жыл бұрын
@@begemotik88888888 WHAT?
@spudhead1692 жыл бұрын
@@begemotik88888888 I know what ICommand and bindings are. The problem I have with this video is that he has two classes referencing each other which is bad. This can be done without having to do that. Also ICommand is not very flexible, it's fine if you just want to click or touch something, but any more complex interaction than that and it's useless.