Feed
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.
Alberto Brandolini - 50,000 Orange Stickies Later
youtube.com
Explore DDD 2017 - Denver, Sept. 21-22What started as a tool for discovering Aggregates, became a teaching tool for the Domain-Driven Design-illiterates. Now...

EventStorming
eventstorming.com
The smartest approach to collaborate beyond silo boundaries.

A facilitators recipe for Event Storming | by Donal Spring | Medium
Donal Spring - medium.com
I started working as a Consulting Engineer in Red Hat Open Innovation Labs a little over a year ago. In this new role the first practice I was introduced to was Event Storming. While at first the…

Building a Better Hybrid Data Access Solution in .NET with Entity Framework + RepoDb | by Michael Pendon | Dev Genius
Michael Pendon - medium.com
An article that showcase the combination of Entity Framework and RepoDb ORM, the best solution in .NET when it comes to Data Access space.
How to build a Docker image out of the ASP.NET Core application and host its container on AWS EC2 instance | by Marius Gaigalas | Medium
Marius Gaigalas - mariusgg.medium.com
In this article, I am going to show how to build a Docker image out of the ASP.NET Core Web API application and host its container in AWS EC2 instance. For this tutorial you are going to need the…

.NET Console Applications — With Dragonfruit! | by ilias shaikh | The Startup | Medium
ilias shaikh - medium.com
I have written my fair share of console applications in .NET. They are possibly the most common type of application that I write. Whether it is to test a new language feature, a library from NuGet or…
GitHub - Husqvik/GraphQlClientGenerator: GraphQL C# client generator
github.com
GraphQL C# client generator . Contribute to Husqvik/GraphQlClientGenerator development by creating an account on GitHub.

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.

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.

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