Multithreading and async await in ASP.NET Core
Event:Advanced Developers Conference 2017
Type:Talk
Date:September 18, 2017
Duration:1h
Location:Cologne, Germany
Language:German
In this talk, we explore the fundamentals of the .NET Thread Pool and how requests are processed on it by ASP.NET Core. We'll also see how async await is important for scalability of our services.
Event Details
Multithreading and Asynchronous Programming are indispensable in nearly every web application. In this talk, we’ll look behind the scenes of threads and the thread pool, explain why asynchronous I/O access is so important for performance and scalability, and show how we can use this knowledge to design our ASP.NET Core web apps more effectively.