Let’s talk Blazor!

Let’s talk Blazor!

You may or may not have heard of WebAssembly, or the Mono Framework, but Microsoft is blending them to wonderful platform goodness, for the future of the web. So, you may never need to understand either to take full advantage. Keep in mind these are all experimental bits, at the moment. You can learn more …

Read More Read More

Let’s keep it simple – SimpleCommand

Let’s keep it simple – SimpleCommand

Another important part of the MVVM (Model-View-ViewModel) pattern is the allowing the View to request actions in the ViewModel.  We will achieve this with the ICommand Interface. You can implement many single-purpose classes that implement ICommand, but as a good friend once told me, if you want to find the easy way to do something, …

Read More Read More