Compiled bindings are a way to speed up data binding in .NET technologies like Xamarin.Forms and .NET MAUI as they do not require run-time resolution, which makes them faster and more reliable, because they also allow compile-time validation of binding expressions.