Webinar - Best Practices for Building Async APIs with ASP.NET Core - .NET Tools Blog

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 … Continue reading →
December 06, 2018
1156
1020