Click here to Skip to main content
15,891,033 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: What do people think of UWP? Pin
Sam Hobbs24-Apr-17 16:29
Sam Hobbs24-Apr-17 16:29 
GeneralRe: What do people think of UWP? Pin
Member 792148324-Apr-17 9:09
Member 792148324-Apr-17 9:09 
GeneralRe: What do people think of UWP? Pin
Nelek22-Apr-17 11:40
protectorNelek22-Apr-17 11:40 
GeneralRe: What do people think of UWP? Pin
Afzaal Ahmad Zeeshan22-Apr-17 13:22
professionalAfzaal Ahmad Zeeshan22-Apr-17 13:22 
GeneralRe: What do people think of UWP? Pin
jeffery c22-Apr-17 13:33
jeffery c22-Apr-17 13:33 
GeneralRe: What do people think of UWP? Pin
Afzaal Ahmad Zeeshan22-Apr-17 13:46
professionalAfzaal Ahmad Zeeshan22-Apr-17 13:46 
GeneralRe: What do people think of UWP? Pin
Marc Clifton22-Apr-17 13:40
mvaMarc Clifton22-Apr-17 13:40 
GeneralRe: What do people think of UWP? Pin
Afzaal Ahmad Zeeshan22-Apr-17 13:51
professionalAfzaal Ahmad Zeeshan22-Apr-17 13:51 
Marc Clifton wrote:
bothering to even learn more about it.
Let me tell you what I learnt in my past 6 months, or literally-hair-pulling-ly-rough-experience, it works fine and in 2 different ways.
  1. You don't use async/await at all. You perform all the operations synchronously.
  2. You write every function call, with an await operator. That way, most of the errors (such as Illegal operation, Invalid state) etc would go away.
I would go with the second one, but like you said, it still requires us to learn more about it. I built one of my application, 1.5 years ago, which had 0 async await applied, because I did not know anything. But, I was working on another application a few weeks back, and since I knew async/await, I mistakenly added a few function calls as awaited. After that, it forced me to make sure every call in the stack was awaited, otherwise,
  1. Illegal state
  2. Invalid operation
  3. Infinite loop
Were only a few of the problems to tackle and work on. I think, in the next update Microsoft should work on these things, to make sure asynchrony is managed by OS itself and even being a feature of language, stays as a pain of the kernel only.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: What do people think of UWP? Pin
Jon McKee22-Apr-17 16:35
professionalJon McKee22-Apr-17 16:35 
GeneralRe: What do people think of UWP? Pin
Afzaal Ahmad Zeeshan23-Apr-17 1:58
professionalAfzaal Ahmad Zeeshan23-Apr-17 1:58 
GeneralRe: What do people think of UWP? Pin
Vark11124-Apr-17 3:15
Vark11124-Apr-17 3:15 
GeneralRe: What do people think of UWP? Pin
Sam Hobbs22-Apr-17 17:53
Sam Hobbs22-Apr-17 17:53 
GeneralRe: What do people think of UWP? Pin
lopatir22-Apr-17 19:35
lopatir22-Apr-17 19:35 
GeneralRe: What do people think of UWP? Pin
Sam Hobbs1-May-17 16:27
Sam Hobbs1-May-17 16:27 
GeneralRe: What do people think of UWP? Pin
BillWoodruff22-Apr-17 19:48
professionalBillWoodruff22-Apr-17 19:48 
GeneralRe: What do people think of UWP? Pin
jeffery c23-Apr-17 1:46
jeffery c23-Apr-17 1:46 
GeneralRe: What do people think of UWP? Pin
Vivi Chellappa23-Apr-17 13:01
professionalVivi Chellappa23-Apr-17 13:01 
GeneralRe: What do people think of UWP? Pin
User 1013254623-Apr-17 22:54
User 1013254623-Apr-17 22:54 
GeneralRe: What do people think of UWP? Pin
Nish Nishant24-Apr-17 2:40
sitebuilderNish Nishant24-Apr-17 2:40 
GeneralRe: What do people think of UWP? Pin
owensdj24-Apr-17 3:40
owensdj24-Apr-17 3:40 
GeneralRe: What do people think of UWP? Pin
Mike Marynowski24-Apr-17 4:02
professionalMike Marynowski24-Apr-17 4:02 
GeneralRe: What do people think of UWP? Pin
Luis M Cabrera27-Apr-17 8:58
Luis M Cabrera27-Apr-17 8:58 
GeneralWorking with professional artists... Pin
Mike (Prof. Chuck)21-Apr-17 20:43
professionalMike (Prof. Chuck)21-Apr-17 20:43 
GeneralRe: Working with professional artists... Pin
EveryNameIsTakenEvenThisOne22-Apr-17 0:32
professionalEveryNameIsTakenEvenThisOne22-Apr-17 0:32 
GeneralRe: Working with professional artists... Pin
Mike (Prof. Chuck)22-Apr-17 1:04
professionalMike (Prof. Chuck)22-Apr-17 1:04 

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.