Click here to Skip to main content
15,895,709 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.

 
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 
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 
Now, the trendy way they (Microsoft) want you to build new applications for Windows is Universal apps a.k.a Store apps. From a design perspective, building such an app is pretty familiar to how you do it in WPF or Silverlight. If you already know how to work with XAML and code-behind, you're all set to go, there are just a some limitations and missing features you have to deal with. The downside is that those apps won't be running on older versions of Windows than 8, heck, apps built for Windows 10 won't even work on Windows 8/8.1. Plus, they have to be distributed via the Store. They're opening up the Store restriction a little bit for individuals with Windows 10 and you can enable side-loading of apps (officially, this is only meant for developers and testing purposes), but still it feels weird to have this rather restrictive foundation on a Windows desktop OS, and the sandboxing actually doesn't help if you need access to lower-level system APIs.

Therefore, WPF (and even Windows Forms) is still the way to go on the Windows desktop for some time because your applications will work out of the box on every supported version of Windows, not just the current ones, and you don't have to deal with a Store and certification for distribution.
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 
GeneralI do not believe it. Pin
OriginalGriff20-Jun-15 4:20
mveOriginalGriff20-Jun-15 4:20 
GeneralRe: I do not believe it. PinPopular
Mike Hankey20-Jun-15 4:28
mveMike Hankey20-Jun-15 4:28 

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.