In the first part of this series, we covered how to build a task sequence. In this part I’m going to show you how to…
Xamboy Posts
A task sequence is the concept of having a task flow that the application can run sequentially. One common scenario to use this is running…
On February 21, Charlin Agramonte and I participated in a Podcast where we talked about improving the UX of Xamarin Forms Apps by covering topics related to…
For the last few months, I have been writing about State Machine. As the final article of this series and the first article of the…
On December 11th, Charlin Agramonte and I participated in the MVP Conf Latam by giving a talk on Working State Machines in .NET, we covered topics on how to…
On November 12th, Charlin Agramonte and I participated in the DevFest Santo Domingo 2021by giving a talk on Working State Machines in .NET (Trabajando con máquinas de estados…
In the second part of this series about State Machine, we covered how to do internal transitions by showing an example that added Rewind/Forward capabilities to the…
In the first part of this series about State Machine, we covered the basics about it: how to set up and how to use the…
On October 1st, Charlin Agramonte and I participated in the XamarinExpertDay by giving a talk on how to improve the UX of Xamarin Forms Apps, we covered topics…
A state machine is a well-known paradigm for developing programs, it provides a modeling style with which you can model your workflow in an event-driven…