Search Results

15
votes

Should my C# .Net team migrate to Windows Presentation Foundation?

We are just wrapping up a project in which myself and 4 others developed a rather successful, distributed enterprise app. We started using Win32 and then switched to WPF after the first iteration …
1
vote

WPF Can’t Databind to an Interface?

We bind to almost nothing but Interfaces in our project, all without problem. The problem you're experiencing is due to entlib... but I'm not familiar enough with entlib to help you there. WPF ca …
2
votes

WPF Validation Not Firing on First LostFocus of the TextBox

Unfortunately this is by design. WPF validation only fires if the value in the control has changed. Unbelievable, but true. So far, WPF validation is the big proverbial pain - it's terr …