Building Webhooks in .NET: Adding PostgreSQL Database Storage (part 2)

Описание к видео Building Webhooks in .NET: Adding PostgreSQL Database Storage (part 2)

Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt
Get the source code here:   / milanjovanovic  

In Part 1, we built a Webhooks system that worked great but lost all data when the app restarted. Now we're adding PostgreSQL to store both webhook subscriptions and delivery attempts, making our system production-ready and resilient. We'll walk through the full database implementation, including entity design, repository pattern setup, and proper error handling. This is a practical, no-nonsense guide to adding persistence to your Webhook system in .NET.

Building Async APIs in ASP.NET Core - The Right Way
https://www.milanjovanovic.tech/blog/...

Check out my courses:
https://www.milanjovanovic.tech/courses

Read my Blog here:
https://www.milanjovanovic.tech/blog

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Chapters
0:00 Adding EF Core
3:25 Using the DbContext
4:12 Aspire orchestration, PostgreSQL
5:59 Using the DbContext (continued)
12:11 Applying the DB Migration

Комментарии

Информация по комментариям в разработке