Recent Posts

Transient Fault Handling in Xamarin.Forms

9 minute read

All applications that communicate with remote services and resources must be sensitive to transient faults. Transient faults include the momentary loss of ne...

Validating User Input in Xamarin.Forms IV

4 minute read

Previously I discussed how validation can be automatically triggered when properties changes, or manually triggered to validate all properties. In this blog ...