Windows Presentation Foundation explained by Ian Griffiths
Summary
This tech transcript discusses Windows Presentation Foundation (WPF) development with Ian Griffiths. Key subjects include common WPF pitfalls stemming from WinForms-based thinking and the challenges of managing interaction logic. The takeaway is that effective WPF development often requires separating interaction logic from the UI code-behind and XAML, highlighting a common pattern developers encounter.