C# expressions in XAML now support string interpolation using the familiar dollar-sign syntax, replacing the cumbersome StringFormat binding hack. Instead of writing complex bindings with StringFormat and positional placeholders, developers can use `$'Hello {name}'` directly in XAML, making markup shorter and more readable.

1m watch time

Sort: