In this video we build a gRPC service with 5 methods: Create, Read (single), List (multiple), Update and Delete. We then employ JSON transcoding (a new feature added in .NET 7) to allow our gRPC service to act as a REST based API. This allows web-based endpoints to consume our service, while at the same time continuing to allow native gRPC clients to consume as well.
🌐 Links 🌐
💾 GitHub Repo:
🎓 My other courses:
📕 My Book:
🤩 Patreon:
🌲 Linktree:
🔗 Microsoft Learning:
🔗 DBeaver:
⏲️ Time Codes ⏲️
- 0:33 - Welc