Category: .net
-
Predictions for 2016 Mobile Development
Well, it’s 2016 and technology doesn’t stop advancing. A couple of months ago, I though Xamarin was the best platform for creating cross platform apps from the same (or mostly same) source code. From a technology standpoint, Xamarin offers the mechanisms to use all of my Visual Studio and .NET…
-
Xamarin Forms – how to put a label grey if the related item is disabled
I was playing around with Xamarin Forms, and ran into a small hiccup : Let’s say I have a list, and one particular item is disabled – what do I do ? It’s easy to add a “Disabled” property to the associated ViewModel, and in the associated command check if…
-
WCF isn’t always so “parallel”
Here is a little adventure we ran into using WCF. We are using the CustomUserNameValidator and allthough it’s so fun to use, it’s got a few nasty problems… 4 Easy steps to implement into your project: Create a classe that derives from UserNamePasswordValidator Override the Validate method, this method receives…
