🚧 📱

Mobile experience coming soon

Mobile development is in progress. Until it is complete, please use your desktop or laptop.

Thanks!

← Back
Gerald Versluis April 16, 2026

String interpolation RIGHT IN YOUR XAML! — use $'Hello {name}' instead of StringFormat hacks

Summary

The transcript discusses string formatting techniques in XAML, highlighting the evolution from complex binding methods to simplified string interpolation using the dollar sign. The speaker compares older, more verbose string formatting approaches with newer C# expressions that make string interpolation in XAML much more straightforward and readable. The key takeaway is the ease and efficiency of using dollar sign interpolation directly in XAML, which mirrors the string interpolation syntax developers are already familiar with in C# code.

View original episode ↗