Windows Presentation Foundation

BASTA! 2016: Sessions and Slides

Thanks to all of you who attended one or more of my three sessions at the BASTA! Conference about
  • Integrating Office 365 Data into your app by using Microsoft Graph
  • Building Apps with the Universal Windows Platform
  • Input Validation in WPF with INotifyDataErrorInfo and DataAnnotations
Slides and demos are linked to the talks on www.thomasclaudiushuber.com/talks It was another fantastic BASTA! conference: Great people, great sessions, well organized and a lot of fun. Looking forward to see you at the next BASTA!
Read more...

Creating a background application with WPF

Sometimes you need to have an application running in the background. Then you don’t want your MainWindow to be visible all the time. Instead you just want to have an icon in the notification area that allows the user to open up the MainWindow and to exit the application. In WPF you can do this easily with the help of Windows Forms’ NotifyIcon-class.

(more…)
Read more...

The future of Windows Presentation Foundation (WPF) and what’s coming next

In 2006 I started working with the first preview versions of the Windows Presentation Foundation with my Trivadis fellow Christoph Pletz. We wrote 2007 the very first German article about MVVM and 2008 I published my first book with the title “Windows Presentation Foundation – the ultimate handbook”. (more…)
Read more...

Windows Presentation Foundatoin 4.5 – WPF 4.5 – the 3rd edition is here

I’m proud to announce that the ultimate handbook about Windows Presentation Foundation (WPF) in .NET 4.5 is in stores now. Order your copy of the German-Speaking Topseller about WPF directly here on Amazon: Order WPF-Book on Amazon.de Find all the Details about the book on www.thomasclaudiushuber.com/wpf Currently I’m working really hard on my book about Windows Store Apps. It’ll be released next year and can already be preordered on Amazon: Preorder Windows Store Apps-Book on Amazon.de So maybe I’ll blog more again in the future. But for now I’m totally focused on finishing the Windows Store Aps-book. So far so good, stay tuned, Thomas
Read more...

TechDays 2011 – Demos online

Thanks to all who attended in my session at TechDays 2011 in Basel. My Live-Demo is available via the link below. TechDays Basel - LiveDemo - Download here The .zip-File contains a .bak-File that you can restore via SQL Server Management Studio by chosing “Restore Database” from the contextmenu when right-clicking on “databases” in Object Explorer.
Read more...

BASTA! Spring – Fortgeschrittenes DataBinding mit WPF

Danke an alle Teilnehmer meiner Session, die mir zu so später Stunde noch sehr aufmerksam und konzentriert folgen konnten. Ich hoffe, jeder konnte was mitnehmen. Folgend die Links zu den Slides und dem in der Live-Demo entwickelten Beispiel. Slides Demos Morgen früh um 8:30 Uhr geht’s weiter mit Silverlight und WCF RIA Services. Dabei wird auch das Windows Phone via SOAP mit Authentication an den WCF RIA Service “angehängt”. Thomas
Read more...