When I started playing with Xamarin Forms I quickly found that I would have alot of properties in my class simply pointing towards Fields, and the fields’ behavior validators (the things that validate inputs, and potentially highlight invalid input.) Exasperated at having two class members for each input, like so: I wrote an ultra-simple wrapper […]