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.
Port from .NET Framework to .NET 5 - .NET Core
adegeo - docs.microsoft.com
Understand the porting process and discover tools you may find helpful when porting a .NET Framework project to .NET 5 (and .NET Core 3.1).
Recently I delivered a distributed systems workshop for an Italian user group. Based on some of the conversations I had with attendees, I wrote, “There is no...
Blazor Day is the online event around Blazor technologies. #BlazorDay is organized by 3 MVP friends, @aclerbois, @tossnet1 and @DenisVoituron.Their objective...
graphql-engine/sql-server.md at master · hasura/graphql-engine
github.com
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. - graphql-engine/sql-server.md at master · hasura/graphql-engine
Postgres GraphQL in minutes! Hasura GraphQL Engine
youtube.com
This is a short introduction to Hasura GraphQL Engine and how to set it up on your local machine inside of a Docker Container. Hasura applies an API layer on...
Chapter 4. Decomposing the Database As we’ve already explored, there are a host of ways to extract functionality into microservices. However, we need to address the elephant in the room: … - Selection from Monolith to Microservices [Book]