Stop doing IsVisible=“true/false” to Show/Hide Views in RunTime in Xamarin Forms

When developing UI a common use case is to hide/show a View according to a certain condition, when thinking on how to do this the first thing that comes to mind is to add an IsVisible property and just hide/show it according to a condition but doing that has performance implications since hiding an element […]

Continue Reading

Starting my Tech Blog

When I talk to people about why they should start writing, most of the comments are “I don’t know how to write”, “I don’t know how to start”, “I’m not a writer”, “I don’t have the discipline”, etc. 3 years ago before starting my blog I thought exactly the same but HEY I started writing […]

Continue Reading

Online Talk: C# Best practices @ CodeCampSDQ

On August 8, Rendy Del Rosario and I participated in the CodeCampSDQ live event. We gave a talk about C# Best practices covering topics such as standardization, simplification, readability, exposure, and performance. You can check the full event agenda here. Slides here: C# Best Practices from Charlin Agramonte Place: Online Language: Spanish Date: August 8, 2020 Attendees: 5000~ Event: https://codecampsdq.com/ Video recorded: https://www.youtube.com/watch?v=WQdgjq3pL7s (Min […]

Continue Reading

Podcast – Talking about .NET MAUI

On June 18, I participated in a Podcast along with Rendy Del Rosario on .NET MAUI organized by Rodrigo Diaz Concha in his online Podcast called Interfaz. In this podcast, we talked about What’s .NET MAUI, it’s relationship with .NET/Xamarin.Forms, the announced roadmap and other cool stuff released at the Build 2020 event. We recommended […]

Continue Reading