#VS2017 – Xaml Converter to display local UTC date times

Hi ! Visual Studio Live at Austin will start soon, so I’ll pick up some of my drafts for a quick post. How to create an XAML Converter to display a DateTime value in the local current format of the machine running the App The converter code is very simple https://gist.github.com/elbruno/80a9168ae65508101730a0c7a2fd9b64 And the way to…… Continue reading #VS2017 – Xaml Converter to display local UTC date times

#VS2017 – Xaml Converter para mostrar fechas UTC en el formato local

Hola ! Hoy toca post rĂĄpido que ya empieza Visual Studio 2017 en Austin y mejor sacar los posts que tengo en modo “backUp”. El primero es uno simple: CĂłmo crear un XAML Converter que muestre un valor de tipo DateTime en el formato local donde se estĂ© ejecutando la aplicaciĂłn. En estos dĂ­as he tenido…… Continue reading #VS2017 – Xaml Converter para mostrar fechas UTC en el formato local

#VS2017 – About C# regions and now #Xaml regions also (What?!)

Hi ! If you are a C# Developer, for sure at some time you were part of the following conversation Regions YES / Regions NO There are plenty of different opinions on this (check references). If you need to group some parts of your code using regions, you maybe have a “big class”, so probably it’s time…… Continue reading #VS2017 – About C# regions and now #Xaml regions also (What?!)

#VS2017 – Sobre Regiones en C# y ahora en #Xaml (What?!)

Hola ! Si eres un C# Developer, seguramente en algĂșn momento has participado de la discussiĂłn Regions SI / Regions NO Hay muchĂ­simas opiniones al respecto (ver referencias). Es cierto que si tienes que agrupar algĂșn tipo de elemento en regiones en una clase, es muy probable que la misma sea “demasiado grande”. O sea,…… Continue reading #VS2017 – Sobre Regiones en C# y ahora en #Xaml (What?!)