36
Fast ASP.NET Tiberiu Covaci

Tiberiu Covaci - Fast, Faster: Async Asp.net

Embed Size (px)

Citation preview

Page 1: Tiberiu Covaci - Fast, Faster: Async Asp.net

Fast ASP.NETTiberiu Covaci

Page 2: Tiberiu Covaci - Fast, Faster: Async Asp.net

Fast, Faster ASP.NETTiberiu Covaci

Page 3: Tiberiu Covaci - Fast, Faster: Async Asp.net

Fast, Faster… ASP.NETTiberiu Covaci

Page 4: Tiberiu Covaci - Fast, Faster: Async Asp.net

Fast, Faster… Async ASP.NETTiberiu Covaci

Page 5: Tiberiu Covaci - Fast, Faster: Async Asp.net

Who Am ITiberiu ’Tibi’ CovaciSoftware engineer > 20 years experience

MCT since 2004, teaching .NETINETA Country Lead for SwedenSenior Trainer & Mentor in RomaniaMVP on Windows AzureASP.NET InsiderTelerik MVP & InsiderGeekTwitter: @tibor19

Page 6: Tiberiu Covaci - Fast, Faster: Async Asp.net

AgendaThe problemSolution oneSolution twoTHE Solution

Page 7: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 8: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 9: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 10: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 11: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 12: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 13: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 14: Tiberiu Covaci - Fast, Faster: Async Asp.net

Original Implementation

Page 15: Tiberiu Covaci - Fast, Faster: Async Asp.net

ASP.NET Asynchronous Page lifecycle

Init

Load

PreRender

PreRenderComplete

Async calls

Page 16: Tiberiu Covaci - Fast, Faster: Async Asp.net

The event handler Delegate

Page 17: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 18: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 19: Tiberiu Covaci - Fast, Faster: Async Asp.net

.aspx file

Web.config file

Page 20: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 21: Tiberiu Covaci - Fast, Faster: Async Asp.net

AddOnPreRenderCompleteAsync

Page 22: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 23: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 24: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 25: Tiberiu Covaci - Fast, Faster: Async Asp.net

PageAsyncTask

Page 26: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 27: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 28: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 29: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 30: Tiberiu Covaci - Fast, Faster: Async Asp.net

async/await

Page 31: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 32: Tiberiu Covaci - Fast, Faster: Async Asp.net

await Task.WhenAll(t1, t2, t3);

Page 33: Tiberiu Covaci - Fast, Faster: Async Asp.net
Page 34: Tiberiu Covaci - Fast, Faster: Async Asp.net

async/await corrected

Page 35: Tiberiu Covaci - Fast, Faster: Async Asp.net

SummaryThe problemSolution oneSolution twoTHE Solution

Page 36: Tiberiu Covaci - Fast, Faster: Async Asp.net

Diamond Sponsors

Platinum Sponsors Gold Sponsors

Training Partners Media Partners Other Partners

Thank you!