Click here to Skip to main content
15,891,513 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: has anybody hired developers from this site? Pin
Saša Ćetković25-Nov-21 9:00
professionalSaša Ćetković25-Nov-21 9:00 
GeneralRe: has anybody hired developers from this site? Pin
Southmountain25-Nov-21 15:13
Southmountain25-Nov-21 15:13 
GeneralRe: has anybody hired developers from this site? Pin
jkirkerx25-Nov-21 7:54
professionaljkirkerx25-Nov-21 7:54 
GeneralRe: has anybody hired developers from this site? Pin
Sander Rossel29-Nov-21 0:06
professionalSander Rossel29-Nov-21 0:06 
PraiseNice Error Message WinUI3! :) Pin
Super Lloyd23-Nov-21 15:45
Super Lloyd23-Nov-21 15:45 
GeneralRe: Nice Error Message WinUI3! :) Pin
honey the codewitch24-Nov-21 1:21
mvahoney the codewitch24-Nov-21 1:21 
GeneralRe: Nice Error Message WinUI3! :) Pin
Super Lloyd24-Nov-21 12:57
Super Lloyd24-Nov-21 12:57 
GeneralRe: Nice Error Message WinUI3! :) Pin
honey the codewitch24-Nov-21 13:00
mvahoney the codewitch24-Nov-21 13:00 
Fair enough on the first thing but regarding the second, a standard blocking method would do the same the thing.

I'm not saying it's always wrong to immediately await an asynchronous method, but when you do, you should really consider your design, and also strongly consider calling the non-asynchronous counterpart. The reason being is async isn't "free" in terms of overhead around the call, while a blocking call is (other than setting up the stack frame). And in certain cases, the latter is easier to debug as well - sometimes async methods and the debugger don't play nice when it comes to exceptions.
Real programmers use butterflies

GeneralRe: Nice Error Message WinUI3! :) Pin
Super Lloyd24-Nov-21 13:17
Super Lloyd24-Nov-21 13:17 
GeneralRe: Nice Error Message WinUI3! :) Pin
honey the codewitch24-Nov-21 13:25
mvahoney the codewitch24-Nov-21 13:25 
GeneralRe: Nice Error Message WinUI3! :) Pin
Super Lloyd24-Nov-21 13:34
Super Lloyd24-Nov-21 13:34 
GeneralRe: Nice Error Message WinUI3! :) Pin
honey the codewitch24-Nov-21 13:51
mvahoney the codewitch24-Nov-21 13:51 
GeneralMen or Supermen? Pin
Gerry Schmitz23-Nov-21 11:05
mveGerry Schmitz23-Nov-21 11:05 
GeneralRe: Men or Supermen? Pin
PIEBALDconsult23-Nov-21 11:09
mvePIEBALDconsult23-Nov-21 11:09 
GeneralPredictions for future programming languages PinPopular
harold aptroot23-Nov-21 10:10
harold aptroot23-Nov-21 10:10 
GeneralRe: Predictions for future programming languages Pin
PIEBALDconsult23-Nov-21 11:01
mvePIEBALDconsult23-Nov-21 11:01 
GeneralRe: Predictions for future programming languages Pin
BillWoodruff24-Nov-21 1:23
professionalBillWoodruff24-Nov-21 1:23 
Generaldrilling holes in my new roof Pin
stoneyowl223-Nov-21 4:38
stoneyowl223-Nov-21 4:38 
GeneralRe: drilling holes in my new roof Pin
PIEBALDconsult23-Nov-21 4:42
mvePIEBALDconsult23-Nov-21 4:42 
GeneralRe: drilling holes in my new roof Pin
OriginalGriff23-Nov-21 5:10
mveOriginalGriff23-Nov-21 5:10 
GeneralRe: drilling holes in my new roof Pin
Mike Hankey23-Nov-21 9:44
mveMike Hankey23-Nov-21 9:44 
GeneralRe: drilling holes in my new roof Pin
PIEBALDconsult23-Nov-21 9:48
mvePIEBALDconsult23-Nov-21 9:48 
GeneralRe: drilling holes in my new roof Pin
Mike Hankey23-Nov-21 10:07
mveMike Hankey23-Nov-21 10:07 
GeneralRe: drilling holes in my new roof Pin
Rage24-Nov-21 1:17
professionalRage24-Nov-21 1:17 
GeneralRe: drilling holes in my new roof Pin
stoneyowl224-Nov-21 3:27
stoneyowl224-Nov-21 3:27 

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.