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.

OData or GraphQL? The Best Tech for Developing an API Is Neither or Both! - The New Stack

OData or GraphQL? The Best Tech for Developing an API Is Neither or Both! - The New Stack

thenewstack.io
GraphQL is the more powerful query language, but it can be expensive to implement and is not RESTful. OData is very RESTful and has a lower learning curve.
Read More
An Introduction to Fillfactor in SQL Server

An Introduction to Fillfactor in SQL Server

brentozar.com
The fillfactor option in SQL Server is sometimes helpful, but often a performance killer. Learn how to use fillfactor the right way.
Read More
ASP.NET Core 3 — Authorization and Authentication with Bearer and JWT | by Marcos Vinicios | Medium

ASP.NET Core 3 — Authorization and Authentication with Bearer and JWT | by Marcos Vinicios | Medium

Marcos Vinicios - medium.com
ASP.NET Core 3 - Authorization and Authentication with Bearer and JWT. The purpose of this article is to show how authorization, authentication with Bearer and JWT (JSON Web Token) works in .NET Core 3….
Read More
Welcome to the AsyncAPI Revolution! | by Alex Vazquez | Analytics Vidhya | Medium

Welcome to the AsyncAPI Revolution! | by Alex Vazquez | Analytics Vidhya | Medium

Alex Vazquez - medium.com
We’re living in an age where technologies are switching standards are changing all the time. You forget to read Medium/Stackoverflow/Reddit and you found there are at least five (5) new industry…
Read More
An Introduction to GraphQL: Subscriptions

An Introduction to GraphQL: Subscriptions

telerik.com
GraphQL subscription aims to help you build real-time functionality into your apps, while still allowing only the data you need to be returned from live events.
Read More
Consuming GraphQL in C#

Consuming GraphQL in C#

channel9.msdn.com
In this episode, Brandon show us how to consume a GraphQL endpoint from a C# client, specifically an iOS + Android written in C# using Xamarin. Learn more: https://codetraveler.io/DotNetGraphQL [0
Read More
Creating a GraphQL Backend

Creating a GraphQL Backend

channel9.msdn.com
Continuing with our coverage on GraphQL, Brandon gets into the code of the graphql-dotnet SDK and shows us how to create a GraphQL endpoint. Learn more: https://codetraveler.io/DotNetGraphQL [00:51] -
Read More
ASP.NET Core Series: PWA's with Blazor

ASP.NET Core Series: PWA's with Blazor

channel9.msdn.com
Progressive Web Applications (PWA) use modern browser APIs and capabilities to behave like a desktop app. Since Blazor WebAssembly is a standards-based client-side web app platform, developers have t
Read More
 Distributed Data Patterns for Microservices

Distributed Data Patterns for Microservices

microservices.matrixlms.com
Learn key distributed data management patterns in a microservice architecture
Read More
GitHub - cajuncoding/GraphQL.RepoDB

GitHub - cajuncoding/GraphQL.RepoDB

github.com
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control). - GitHub - cajuncoding/GraphQL.RepoDB: A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
Read More