Last week in Dotnetdo we organized the Visual Studio 2019 Launch Event RECAP where we talked about the new features in VS2019. The agenda was: What’s New – Overview by Luis Pujols DevOps and .NET Core by José Ruiz VS For Mac & Xamarin by Charlin Agramonte Machine Learning & VS Subscriptions by Rendy Del […]
XAML Markup extension in Xamarin Forms
A XAML markup extension is a class that implements the IMarkupExtension or IMarkupExtension<T>. Basically, it allows you to set element properties referenced indirectly from a different source. In Xamarin Forms there are many markup extensions pre-created (x:Static, x:Reference, x:Null, x:Type, etc). In this article, I will focus on two very popular markup extensions which are: […]