Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

GraphQL, gRPC or REST? Resolving the API Developer's Dilemma - Rob Crowley

youtube.com

GraphQL, gRPC, REST and WebHooks are among a bewildering array of technologies and architectural styles that are available to API developers today. Presented...

View
Working With gRPC in .Net. gRPC | by Chandrakanth | The Startup | Medium

Working With gRPC in .Net. gRPC | by Chandrakanth | The Startup | Medium

Chandrakanth - medium.com

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…

Read More
GitHub - graphql-dotnet/graphql-client: A GraphQL Client for .NET Standard

GitHub - graphql-dotnet/graphql-client: A GraphQL Client for .NET Standard

github.com

A GraphQL Client for .NET Standard. Contribute to graphql-dotnet/graphql-client development by creating an account on GitHub.

Read More

Supercharging your Web APIs with OData and ASP.NET Core

youtube.com

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...

View
Microservices Pattern: Sagas

Microservices Pattern: Sagas

microservices.io

Implement transactions using a saga, which is sequence of local transactions

Read More
Saga Pattern: Application Transactions Using Microservices

Saga Pattern: Application Transactions Using Microservices

blog.couchbase.com

Eager to learn the saga pattern and how to implement a saga transaction? Find out in this tutorial post. ✓ Get started with Couchbase today!

Read More
ASP.NET Core 3 - User Secrets. This article explains techniques for… | by Marcos Vinicios | Level Up Coding

ASP.NET Core 3 - User Secrets. This article explains techniques for… | by Marcos Vinicios | Level Up Coding

Marcos Vinicios - levelup.gitconnected.com

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…

Read More
Drawing a UML Diagram in the VS Code | by Joe T. Santhanavanich | Towards Data Science

Drawing a UML Diagram in the VS Code | by Joe T. Santhanavanich | Towards Data Science

Joe T. Santhanavanich - towardsdatascience.com

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…

Read More
Why choose RepoDb ORM over Dapper | by Michael Pendon | Dev Genius

Why choose RepoDb ORM over Dapper | by Michael Pendon | Dev Genius

Michael Pendon - medium.com

An article that showcase the reason why should you choose RepoDb ORM over the other micro-ORMs.

Read More
Introducing the OData Web API Authorization library

Introducing the OData Web API Authorization library

devblogs.microsoft.com

I would like to introduce the OData authorization library for Web API. Using the OData ModelBuilder, you can annotate your EDM model with permission restrictions that inform your API what permissions are required for which operations. These annotations are based on the OData Capabilities Vocabulary.

Read More