Click here to Skip to main content
15,891,657 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: C# syntax I wish for Pin
BillWoodruff26-Sep-16 17:40
professionalBillWoodruff26-Sep-16 17:40 
GeneralRe: C# syntax I wish for Pin
Rage26-Sep-16 18:11
professionalRage26-Sep-16 18:11 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:11
Super Lloyd26-Sep-16 20:11 
GeneralRe: C# syntax I wish for Pin
BillWoodruff27-Sep-16 3:49
professionalBillWoodruff27-Sep-16 3:49 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 19:44
mvePete O'Hanlon26-Sep-16 19:44 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:08
Super Lloyd26-Sep-16 20:08 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 20:22
mvePete O'Hanlon26-Sep-16 20:22 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:51
Super Lloyd26-Sep-16 20:51 
well... this is exactly the same thing, just different syntax (i.e. nice C# syntactic sugar), no?!

when I write:

await WaitForThatEvent()<br />
DoSomethingAfterward()


The compiler generate (roughly.. there is cancellation to consider)

WaitForThatEvent().ContinueWith(t => DoSomethingAfterward());

Isn't that nice?! Smile | :)
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 27-Sep-16 3:31am.

GeneralRe: C# syntax I wish for Pin
Anurag Gandhi26-Sep-16 20:36
professionalAnurag Gandhi26-Sep-16 20:36 
AnswerRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 20:57
Super Lloyd26-Sep-16 20:57 
GeneralRe: C# syntax I wish for Pin
Anurag Gandhi26-Sep-16 21:19
professionalAnurag Gandhi26-Sep-16 21:19 
GeneralRe: C# syntax I wish for Pin
Super Lloyd26-Sep-16 21:30
Super Lloyd26-Sep-16 21:30 
GeneralRe: C# syntax I wish for Pin
Yortw28-Sep-16 11:12
Yortw28-Sep-16 11:12 
PraiseRe: C# syntax I wish for Pin
Super Lloyd28-Sep-16 13:55
Super Lloyd28-Sep-16 13:55 
GeneralRe: C# syntax I wish for Pin
Yortw28-Sep-16 13:57
Yortw28-Sep-16 13:57 
GeneralRe: C# syntax I wish for Pin
Pete O'Hanlon26-Sep-16 22:02
mvePete O'Hanlon26-Sep-16 22:02 
GeneralRe: C# syntax I wish for Pin
BillWoodruff27-Sep-16 1:02
professionalBillWoodruff27-Sep-16 1:02 
GeneralRe: C# syntax I wish for Pin
Super Lloyd27-Sep-16 2:21
Super Lloyd27-Sep-16 2:21 
GeneralRe: C# syntax I wish for Pin
Shuqian Ying26-Sep-16 22:42
Shuqian Ying26-Sep-16 22:42 
GeneralRe: C# syntax I wish for Pin
Super Lloyd27-Sep-16 2:22
Super Lloyd27-Sep-16 2:22 
GeneralRe: C# syntax I wish for Pin
Member 1052748428-Sep-16 19:19
Member 1052748428-Sep-16 19:19 
GeneralRe: C# syntax I wish for Pin
Super Lloyd28-Sep-16 21:06
Super Lloyd28-Sep-16 21:06 
GeneralKeyboards Pin
milo-xml26-Sep-16 9:49
professionalmilo-xml26-Sep-16 9:49 
GeneralRe: Keyboards Pin
User 842026-Sep-16 10:04
User 842026-Sep-16 10:04 
GeneralRe: Keyboards Pin
milo-xml26-Sep-16 10:11
professionalmilo-xml26-Sep-16 10:11 

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.