Record your awesome mobile demo for free
When working on mobile projects, you might need to record your demos. There are various commercial solutions for that but sometimes you just want to do it fo...
When working on mobile projects, you might need to record your demos. There are various commercial solutions for that but sometimes you just want to do it fo...
Loading a configuration file may seem trivial, but in mobile development things always get a bit harder.
We have been using async await for quite some time now. In this post we will see how to deal with async when using commands in the MVVM pattern.
When using async await we inevitably have to mark methods as async void. This leads to a lot of issues for programmers…
Async await is probably my favorite feature of C#. It is powerful and some basic understanding about how it is working is needed to get the best out of it.