.NET Development
Real-time Chat using MassTransit, RabbitMQ, and SignalR
I ran across an interesting article where the author had an example chat application with the goal of using RabbitMQ for backend messages and the SignalR for the front-end updates. The full article is located here: SignalRChat...
.NET Development
Northwind Traders API Example – REST vs GraphQL
I wanted to try out a couple of different API technologies and see how they compared: REST API and GraphQL API. I found a NET Core project dahlsailrunner/northwind-core-api that implements REST API, GraphQL, and gRPC endpoints...
.NET Development
Event Messaging with Mass Transit
I have been learning more about messaging queues that are utilized for async communications between microservices. In addition, I didn’t want to learn a specific messaging technology (i.e. RabbitMQ or Azure Service Bus,)...
No More Results