Click here to Skip to main content
15,893,588 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WPF - why?! Pin
GKP199214-Oct-18 2:14
professionalGKP199214-Oct-18 2:14 
GeneralRe: WPF - why?! Pin
Eric Lynch14-Oct-18 7:59
Eric Lynch14-Oct-18 7:59 
GeneralRe: WPF - why?! Pin
Mycroft Holmes14-Oct-18 13:30
professionalMycroft Holmes14-Oct-18 13:30 
GeneralRe: WPF - why?! Pin
AndyStephens14-Oct-18 21:11
AndyStephens14-Oct-18 21:11 
GeneralRe: WPF - why?! Pin
Dan Neely15-Oct-18 2:44
Dan Neely15-Oct-18 2:44 
GeneralRe: WPF - why?! Pin
Eric R Johansson14-Oct-18 22:59
Eric R Johansson14-Oct-18 22:59 
GeneralRe: WPF - why?! Pin
Eric Lynch16-Oct-18 2:08
Eric Lynch16-Oct-18 2:08 
GeneralRe: WPF - why?! Pin
James Lonero16-Oct-18 5:25
James Lonero16-Oct-18 5:25 
"
Quote:
The framework incorporates some really great ideas and then falls flat in the implementation.


I agree, to some extent. WPF uses the GPU instead of the CPU as WinForms does so rendering should be faster. But, in my case, I started with WinForms and before that MFC. Drag and dropping the controls was much easier and I spent less time on coding my window and more time on my application. There is a lot techniques you can do in WPF that you cannot do in WinForms to make a flashy presentation with great graphics, but WinForms is good for basic applications. I have found that I can get flashy usable controls from 3rd parties like Infragistics.

To me, drag and drop is much easier whereas, in the project I'm currently working on, WPF is the workhorse for us, since we keep adding more and more to the controls and sub-controls. Xaml allows us to finely control what we show. If we were to do it programmatically in C#, then it would be similar to QT.
GeneralRe: WPF - why?! Pin
James Lonero16-Oct-18 5:28
James Lonero16-Oct-18 5:28 
GeneralRe: WPF - why?! Pin
OriginalGriff16-Oct-18 5:37
mveOriginalGriff16-Oct-18 5:37 
GeneralRe: WPF - why?! Pin
RickZeeland14-Oct-18 1:51
mveRickZeeland14-Oct-18 1:51 
GeneralRe: WPF - why?! Pin
Kornfeld Eliyahu Peter14-Oct-18 2:05
professionalKornfeld Eliyahu Peter14-Oct-18 2:05 
GeneralRe: WPF - why?! Pin
Jacquers14-Oct-18 2:50
Jacquers14-Oct-18 2:50 
GeneralRe: WPF - why?! Pin
Kornfeld Eliyahu Peter14-Oct-18 2:53
professionalKornfeld Eliyahu Peter14-Oct-18 2:53 
GeneralRe: WPF - why?! Pin
R191114-Oct-18 3:03
R191114-Oct-18 3:03 
GeneralRe: WPF - why?! Pin
Mycroft Holmes14-Oct-18 13:33
professionalMycroft Holmes14-Oct-18 13:33 
GeneralRe: WPF - why?! Pin
Jacquers14-Oct-18 20:12
Jacquers14-Oct-18 20:12 
GeneralRe: WPF - why?! Pin
dandy7214-Oct-18 4:14
dandy7214-Oct-18 4:14 
GeneralRe: WPF - why?! Pin
Jacquers14-Oct-18 20:13
Jacquers14-Oct-18 20:13 
GeneralRe: WPF - why?! Pin
Marc Clifton14-Oct-18 3:26
mvaMarc Clifton14-Oct-18 3:26 
GeneralRe: WPF - why?! Pin
Kornfeld Eliyahu Peter14-Oct-18 3:44
professionalKornfeld Eliyahu Peter14-Oct-18 3:44 
GeneralRe: WPF - why?! Pin
Jalapeno Bob21-Oct-18 13:22
professionalJalapeno Bob21-Oct-18 13:22 
GeneralRe: WPF - why?! Pin
abmv14-Oct-18 5:17
professionalabmv14-Oct-18 5:17 
GeneralRe: WPF - why?! Pin
Kornfeld Eliyahu Peter14-Oct-18 6:08
professionalKornfeld Eliyahu Peter14-Oct-18 6:08 
GeneralRe: WPF - why?! Pin
abmv14-Oct-18 6:13
professionalabmv14-Oct-18 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.