Behind the scenes of (as many) C# language features

4
Bart De Smet Unplugged Bart J.F. De Smet Senior Software Development Engineer [email protected]

description

More info on http://www.techdays.be

Transcript of Behind the scenes of (as many) C# language features

Page 1: Behind the scenes of (as many) C# language features

Bart De Smet UnpluggedBart J.F. De SmetSenior Software Development [email protected]

Page 2: Behind the scenes of (as many) C# language features

Behind the scenes of C# language features

Bart J.F. De Smet

Page 3: Behind the scenes of (as many) C# language features

A La Carte Menu

Object and collection initializers

Switch statement

Closures

Query Expression let Clauses

Async/Await state machines

Iterator state machines

No PIA

Read only array initializers

Expression trees

Indexers

Anonymous types

Dynamic dispatch

Page 4: Behind the scenes of (as many) C# language features

Q & A