On Friday April 12th (2019) I’m delivering a session on Async Best Practices in ASP.NET Core for Team It Up in ‘s Hertogenbosch (The Netherlands). Doors open at 5pm, food and drinks are included, and the session is free to attend. Interested? You can sign up here.
Here’s what the session will cover:
Did you know the main driver for async isn’t performance but scalability? Ever wondered why it makes sense to async I/O-bound tasks, but why doing the same with a long-running algorithm can actually hurt scalability? Or why using .Result on a Task in ASP.NET can result in a deadlock but perfectly works in ASP.NET Core – yet you still shouldn’t use it? And do you know how to integrate your API with other APIs, including why it matters to implement cancellation? For answers to all of that and more, join this session on async best practices for ASP.NET Core.
Cya there?
Hi Kevin .
Are you going to record a video or something like that for the people that cannot attend?
Thanks
The session wasn’t recorded (also: it was in Dutch :)), but I delivered a session much like it for Jetbrains a while ago, and that one was recorded. You can watch it here: https://blog.jetbrains.com/dotnet/2019/01/24/best-practices-building-async-apis-asp-net-core-webinar-recording/