Hacker News new | ask | show | jobs
by seanmcdirmid 4462 days ago
You'll have to rip WPF from my cold dead hands. Silver light and WinRT are just poor imitations that look similar but are missing way too many features that I use dally.
1 comments

Totally agree WPF is awesome. And WinRT/Silverlight don't hold a candle to it. Only thing is WPF performance and verboseness could be better.
I use WPF at a low level (no framework components beyond Canvas) in pure C# (no icky XAML); which is probably why WinRT/Silverlight are so unappealing. WPF works well for me but eventually I'll have move onto Direct2D and DirectWrite I guess, but I'll have to use a C# wrapper.