Asynchronous APIs with .NET

Опубликовано: 14 Апрель 2025
на канале: Les Jackson
40,289
1.5k

In this video we build a .NET API solution around the Asynchronous Request Reply pattern. This allows is to decouple our APIs from long running processes. In addition we look at some competing approaches to achieve the same outcome, specifically: call backs (by using webhooks) and persistent connections using websockets / SignalR.

🌐 Links 🌐

💾 GitHub Repo: https://github.com/binarythistle/S06E...
🎓 My other courses: https://lesjackson.net
📕 My Book: https://link.springer.com/book/10.100...
🤩 Patreon:   / binarythistle  
🌲 Linktree: https://linktr.ee/binarythistle

🔗 Asynchronous Request Reply pattern: https://learn.microsoft.com/en-us/azu...


⏲️ Time Codes ⏲️

Introduction & Theory
0:43 - Welcome
1:19 - Video use case
5:51 - Intermission
7:54 - Asynchronous Request Reply
10:56 - Call backs with webhooks
13:35 - Persistent connection with websockets
14:44 - Scaffold solution
21:21 - Model
26:37 - DB Context
30:04 - Migrations
32:26 - Start endpoint
41:36 - Status endpoint
54:53 - Final endpoint
1:00:28 - Patreon credits