MBWarez Blog
  • Home
  • Github

Mass-administration of Github repositories

Consuming nuget packages from my Github

Renaming an index in Elastic (slight hacks)

EntityFramework Core - Composite key filtering

2 years ago 2 min read
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)
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg

Introducing Elephant Projects - Cross-repository refactoring

2 years ago 3 min read toolingdotnet
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
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg

GH Mass-administration: Terraform

2 years ago 3 min read githubtooling
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,
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg

GH Mass-administration: Content

2 years ago 1 min read githubtooling
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
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg

Mass-administration of Github repositories

2 years ago 1 min read githubtooling
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
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg
Page 1 of 3
Older Posts
Powered by Ghost
MBWarez Blog