Click here to Skip to main content
15,919,358 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: Short Days, long nights Pin
Vivi Chellappa21-Jun-15 6:39
professionalVivi Chellappa21-Jun-15 6:39 
GeneralRe: Short Days, long nights Pin
FIorian Schneidereit21-Jun-15 20:01
FIorian Schneidereit21-Jun-15 20:01 
GeneralHelp Pin
sanoopkp20-Jun-15 22:02
sanoopkp20-Jun-15 22:02 
GeneralRe: Help Pin
OriginalGriff20-Jun-15 22:13
mveOriginalGriff20-Jun-15 22:13 
GeneralRe: Help Pin
sanoopkp20-Jun-15 22:27
sanoopkp20-Jun-15 22:27 
GeneralWhat is the big deal with WPF? Pin
swampwiz20-Jun-15 13:04
swampwiz20-Jun-15 13:04 
GeneralRe: What is the big deal with WPF? PinPopular
jesarg20-Jun-15 15:07
jesarg20-Jun-15 15:07 
GeneralRe: What is the big deal with WPF? Pin
FIorian Schneidereit21-Jun-15 20:30
FIorian Schneidereit21-Jun-15 20:30 
I think it's important to point out that while WPF might be considered "old technology", many aspects of it are more alive than ever in form of Windows apps. In fact, the whole Windows Runtime UI stack is just a reimplementation of the same core WPF/Silverlight concepts in native code (the property system, the data binding, templating etc.) You just have to take a glance at the similarities of the Windows.UI.Xaml and System.Windows namespaces to get the idea. You could brand that as based on WPF-technology, and it probably wouldn't exist without WPF in the first place.

But it's true that WPF was kind of left in the cold after it's release, and since the improvements that were made for .NET 4.0 (those were necessary because they rebuilt the Visual Studio UI on WPF during this period of time and found out how much performance and text rendering sucked in the real world on a large scale application), the platform was obviously considered mature and put into maintainance mode and the focus went to the Windows Runtime. Even though they try to revive it a bit recently, I think there's no doubt it's already on the way to be phased out over time in favor of Windows apps.

I'm not a fan of the new Windows app model and a little disappointed about the fate of WPF. After all, it's really nice to work with and from an API perspective one of the better frameworks Microsoft ever built. It's a little harder to learn than Windows Forms, but once you understood and got used to its concepts, you really see how powerful it is.
GeneralRe: What is the big deal with WPF? Pin
Andres Cassagnes22-Jun-15 4:13
Andres Cassagnes22-Jun-15 4:13 
GeneralRe: What is the big deal with WPF? Pin
FIorian Schneidereit22-Jun-15 5:06
FIorian Schneidereit22-Jun-15 5:06 
GeneralRe: What is the big deal with WPF? Pin
Andres Cassagnes22-Jun-15 7:24
Andres Cassagnes22-Jun-15 7:24 
GeneralRe: What is the big deal with WPF? PinPopular
PIEBALDconsult20-Jun-15 16:40
mvePIEBALDconsult20-Jun-15 16:40 
GeneralRe: What is the big deal with WPF? Pin
Dan Neely22-Jun-15 3:01
Dan Neely22-Jun-15 3:01 
GeneralRe: What is the big deal with WPF? Pin
Herbie Mountjoy22-Jun-15 4:10
professionalHerbie Mountjoy22-Jun-15 4:10 
GeneralRe: What is the big deal with WPF? Pin
Matt McGuire22-Jun-15 5:24
professionalMatt McGuire22-Jun-15 5:24 
GeneralRe: What is the big deal with WPF? Pin
PIEBALDconsult22-Jun-15 5:42
mvePIEBALDconsult22-Jun-15 5:42 
GeneralRe: What is the big deal with WPF? Pin
David Crow20-Jun-15 17:08
David Crow20-Jun-15 17:08 
GeneralRe: What is the big deal with WPF? PinPopular
GuyThiebaut20-Jun-15 22:07
professionalGuyThiebaut20-Jun-15 22:07 
GeneralRe: What is the big deal with WPF? Pin
Mario Vernari21-Jun-15 0:44
Mario Vernari21-Jun-15 0:44 
AnswerRe: What is the big deal with WPF? Pin
Yvan Rodrigues21-Jun-15 2:54
professionalYvan Rodrigues21-Jun-15 2:54 
GeneralRe: What is the big deal with WPF? Pin
Vark11122-Jun-15 2:40
Vark11122-Jun-15 2:40 
AnswerRe: What is the big deal with WPF? PinPopular
Yvan Rodrigues21-Jun-15 2:53
professionalYvan Rodrigues21-Jun-15 2:53 
GeneralRe: What is the big deal with WPF? Pin
markmnl21-Jun-15 22:18
markmnl21-Jun-15 22:18 
GeneralRe: What is the big deal with WPF? Pin
GuyThiebaut22-Jun-15 5:04
professionalGuyThiebaut22-Jun-15 5:04 
GeneralRe: What is the big deal with WPF? Pin
Rollin Shultz22-Jun-15 6:40
Rollin Shultz22-Jun-15 6:40 

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.