This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
In this post, we'll build a GraphQL API service using ASP.NET Core 2, Entity Framework Core and graphql-dotnet.
gRPC is a high-performance messaging protocol that is ideal for communication between microservices and other clients on internal networks. It's the ideal re...
GraphQL, gRPC, REST and WebHooks are among a bewildering array of technologies and architectural styles that are available to API developers today. Presented...
gRPC is a high-performance Remote Procedure Call (RPC) framework. Similar like SOAP it uses a Contract-first approach to API development. It uses Protocol buffers (protobuf) to define services and…
A GraphQL Client for .NET Standard. Contribute to graphql-dotnet/graphql-client development by creating an account on GitHub.
OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming Web APIs.In this episode, H...
Implement transactions using a saga, which is sequence of local transactions
Eager to learn the saga pattern and how to implement a saga transaction? Find out in this tutorial post. ✓ Get started with Couchbase today!
Usually, the settings are placed in the “appsettings.json” file, but there are settings that we don’t want to share in this file, like passwords. So the user secrets are used for that when we use the…
In Data Science Project, UML Diagram is very essential to illustrate a conceptual model of your problem domains with the component- or class diagrams; or to show how your machine and algorithm works…