EntityFramework Core - Composite key filtering
In EF Core, you can easily filter to a list of known values, by using LINQ like the following: int[] ids = { 1, 3, 7 }; myContext.Posts.Where(s => ids.Contains(s.Id)
Introducing Elephant Projects - Cross-repository refactoring
At my place of work, we maintain a product which has 413 projects (.csproj files) spread over 15 different repositories. Some repositories are big (our SDK), and others are smaller (utilities for single
GH Mass-administration: Terraform
This is a part of my guide to how I manage multiple Github repositories. This post focuses on configuring repository settings on Github using Terraform. Back to main guide. For my use case,
GH Mass-administration: Content
This is a part of my guide to how I manage multiple Github repositories. This post focuses on streamlining content in those repositories, such that they all use the same Github workflows, have
Mass-administration of Github repositories
This is a collection of notes for how I manage multiple Github repositories. All repositories under my account, are managed this way. FeaturesI need the following: Standardize repositories - when I want to