35
votes
16answers
9k views
Interview questions: WPF Developer
What should every WPF developer know?
Entry Level
Strong .NET 2.0 Background & willing to learn!
Explain dependency properties?
What's a style?
What's a template?
Binding
Differences between …
33
votes
20answers
2k views
Hidden features of WPF and XAML?
Here is a large number of hidden features discussed for variety of languages. Now I am curious about some hidden features of XAML and WPF?
One I have found is the header click event of a ListView
…
28
votes
15answers
3k views
When is Winforms the correct choice vs. WPF?
Disclaimer: I'm not generally a Windows Client developer.
I presume that WPF is intended to eventually replace WinForms altogether, but for now, they both are shipping.
My question is, when is one …
27
votes
9answers
3k views
What WPF books would you recommend?
Well, i've got a nice WPF book its called Sams Windows Presentation Foundation Unleashed.
I really like to read and learn with it. Are there any other WPF books you could recommend?
26
votes
10answers
2k views
When creating a new GUI, is WPF the preferred choice over Windows Forms?
Most restrictions and tricks with windows forms are common to most programmers. But since .NET 3.0 there is also WPF available, the Windows Presentation Foundation. It is said that you can make "sexy …
25
votes
10answers
3k views
What applications could I study to understand (Data)Model-View-ViewModel?
I understand the basics of the Model-View-ViewModel pattern or as Dan Crevier calls it the DataModel-View-ViewModel pattern and I understand that it is a good approach to design WPF based …
22
votes
8answers
3k views
What is the correct way to create a single instance application?
Using C# and WPF under .net (rather than WindowsForms or console), what is the correct way to create an application that can only be run as a single instance? I know it has something to do with some …
21
votes
9answers
3k views
INotifyPropertyChanged vs. DependencyProperty in ViewModel
When implementing the ViewModel in a Model-View-ViewModel architecture WPF application there seem to be two major choices how to make it databindable. I have seen implementations that use …
21
votes
3answers
2k views
What’s the best approach to printing/reporting from WPF?
I have an upcoming project which will have to be able to print simple reports from its data. It'll be WPF-based, and I'm wondering which way to go.
I know that WPF introduces its own printing …
19
votes
7answers
3k views
Handling Dialogs in WPF with MVVM
In the MVVM pattern for WPF, handling dialogs is one of the more complex operations. As your view model does not know anything about the view, dialog communication can be interesting. I can expose …
19
votes
11answers
4k views
WPF Blurry fonts problem - Solutions
Problem is described and demonstrated on the following links:
Paul Stovell WPF: Blurry Text Rendering
www.gamedev.net forum
Microsoft Connect: WPF text renderer produces badly blurred text on …
19
votes
6answers
2k views
How do you do AppBar docking (to screen edge, like WinAmp) in WPF?
Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand there are InterOp calls that need to be made, but I'm looking for either a proof of …
19
votes
9answers
631 views
Designers and developers working together
The rich presentational capabilities of WPF and Silverlight mean developers like me will be working closely with graphic designers more often these days, as is the case in my next project.
Does …
18
votes
11answers
683 views
What .Net/WPF features do you miss when working in Silverlight?
I recently started working with Silverlight and immediately noticed the difference between the Silverlight BCL and the full .Net and WPF. For some of them I've found great solutions posted online by …
17
votes
5answers
835 views
What framework for MVVM should I use?
Hello, I am developing applications with MVVM model, but I reached a point where not which framework should I use?
Among the possible options are
MVVM Toolkit
MVVM Foundation
WPF Application …
