Search Results

4
votes

how would you architect a desktop application in C# 3.0

I would start with the Composite Application Guidance for WPF (cough PRISM cough) from Microsoft's P&P team. With …
0
votes

how would you architect a desktop application in C# 3.0

I would say yes, it could easily be structured towards smaller applications. There is a learning curve towards getting started, but honestly, it helped me understand WPF better than attempting to s …
0
votes

Is WindowsFormsHost fit for purpose (.net WPF hosting WinForms)?

As @Kent Boogaart mentioned, I've run into the situatio …
7
votes

What is the best book for learning WPF?

I've a big fan of WPF Unleashed by Adam Nathan myself. The book is in color, which really helps for such a graphical …