← Back
James Montemagno July 8, 2021 13m

Faster & Safer XAML with Compiled Bindings in Xamarin.Forms & .NET MAUI

Summary

The transcript discusses optimizing performance in Xamarin Forms and .NET MAUI applications through compiled XAML bindings, a technique that enables compile-time validation and faster data binding resolution. By using a single line of code with the x:DataType attribute, developers can achieve up to eight times faster binding performance and improved error checking during development. The practical takeaway is that developers can easily enhance application performance and tooling support by implementing compiled bindings, which provide faster runtime resolution and better IntelliSense in their user interfaces.

View original episode ↗