Click here to Skip to main content
16,004,587 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: Delegates and I am so glad to leave MS behind Pin
Jeremy Falcon24-Jun-24 14:45
professionalJeremy Falcon24-Jun-24 14:45 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Richard Andrew x6424-Jun-24 15:14
professionalRichard Andrew x6424-Jun-24 15:14 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Jeremy Falcon24-Jun-24 15:38
professionalJeremy Falcon24-Jun-24 15:38 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
jochance25-Jun-24 5:38
jochance25-Jun-24 5:38 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
obermd26-Jun-24 4:44
obermd26-Jun-24 4:44 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
englebart25-Jun-24 16:30
professionalenglebart25-Jun-24 16:30 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Jeremy Falcon24-Jun-24 12:33
professionalJeremy Falcon24-Jun-24 12:33 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Marc Clifton24-Jun-24 13:31
mvaMarc Clifton24-Jun-24 13:31 
Jeremy Falcon wrote:
Oh, and IMO it's a bit easier to do multithreaded work in C on Linux than Windows.
I love thread handling in C#. I can go high level and just let the framework do what it thinks it's best, or I can go low level and take complete control. And threads (aka async tasks) with awaits, while it can be a bit of a hurdle to sometimes realize what I did wrong and to how to break the chain of, oh, this method is now async, so the parent has to be async, oh wait, the grandparent now has to be async..., yeah, how to do deal with that takes some finesse, but I still love how C# implements the whole mess. Wink | ;)

GeneralRe: Delegates and I am so glad to leave MS behind Pin
Jeremy Falcon24-Jun-24 14:47
professionalJeremy Falcon24-Jun-24 14:47 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
jochance25-Jun-24 5:40
jochance25-Jun-24 5:40 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
dandy7225-Jun-24 3:46
dandy7225-Jun-24 3:46 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Member 1046756925-Jun-24 22:26
Member 1046756925-Jun-24 22:26 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
dandy7226-Jun-24 4:31
dandy7226-Jun-24 4:31 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Andre_Prellwitz26-Jun-24 17:58
Andre_Prellwitz26-Jun-24 17:58 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Mike Hankey24-Jun-24 12:56
mveMike Hankey24-Jun-24 12:56 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Richard Andrew x6424-Jun-24 14:39
professionalRichard Andrew x6424-Jun-24 14:39 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
charlieg24-Jun-24 15:35
charlieg24-Jun-24 15:35 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Richard Andrew x6424-Jun-24 15:40
professionalRichard Andrew x6424-Jun-24 15:40 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
dandy7225-Jun-24 3:40
dandy7225-Jun-24 3:40 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Paul Mauriks25-Jun-24 20:23
Paul Mauriks25-Jun-24 20:23 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
Greg Utas24-Jun-24 18:07
professionalGreg Utas24-Jun-24 18:07 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
swampwiz24-Jun-24 17:03
swampwiz24-Jun-24 17:03 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
charlieg25-Jun-24 0:28
charlieg25-Jun-24 0:28 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
dandy7225-Jun-24 3:51
dandy7225-Jun-24 3:51 
GeneralRe: Delegates and I am so glad to leave MS behind Pin
David O'Neil24-Jun-24 17:43
professionalDavid O'Neil24-Jun-24 17:43 

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.