gRPC Service with .NET 7

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
Back to Top