.NET Tools
Essential productivity kit for .NET and game developers
Webinar – Best Practices for Building Async APIs with ASP.NET Core
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?
For answers to all of that and more, join us Tuesday, January 22, 2019, 16:00 – 17:00 CET (10:00 AM – 11:00 AM EST or check other timezones) for our free live webinar, Best Practices for Building Async APIs with ASP.NET Core, with Kevin Dockx.
To attend this webinar, register here.
About the presenter:
Kevin Dockx
Kevin is a freelance solution architect, Pluralsight author & consultant, living in Antwerp (Belgium). These days he’s mainly focused on RESTful architectures & security for web applications and mobile applications. He’s a Microsoft MVP, and a keen proponent of open-source software. Visit his blog at KevinDockx.com and follow him on Twitter.