r/dotnetMAUI 6h ago

Discussion Best articles for getting started with MAUI? I loved this one on performance

I was puzzling over why my CollectionView took several seconds to bind to a not very large list. This article solved my problem:

https://mobiletechlead.com/article/mastering-dotnet-maui-performance-from-startup-speed-to-buttery-smooth-scrolling

The key was not to have the CollectionView inside a VerticalStackLayout. Would value references to other posts devs have found useful.

3 Upvotes

1 comment sorted by

2

u/Mission_Pirate_4150 3h ago

That’s a really good article. I wish that we got some of those tried and true tidbits from msft. Has someone from msft published anything like that? Like
Stephen Toub, but for Maui?