Best Practices for Building Async APIs with 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 can result in a deadlock but perfectly works in Core - yet you still shouldn’t use it? For answers to all of that and more, watch this recorded webinar session on async best practices for Core. 0:06 Intro 2:36 Why write asynchronous cod
В начало