Online talk: C# Good Practices @T DSC Universidad APEC

On October 30, Rendy Del Rosario and I gave a talk on C # good practices covering topics such as standardization, simplification, readability, exposure, and performance, we also gave some final tips on how to improve your C # code. Slides here: C# Good practices from Charlin Agramonte Place: Online Language: Spanish Date: October 30, 2020 Attendees: 150~ Video recorded: https://www.youtube.com/watch?v=q17FnekeYmY

Continue Reading

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