Dave Brock

Dave Brock

I'm a software engineer, writer, speaker, and Microsoft MVP from Madison, Wisconsin.

Introducing The .NET Stacks weekly newsletter

Introducing The .NET Stacks weekly newsletter

I'm starting a new newsletter.

Dave Brock
Dave Brock
.NET Stacks
First Look: C# Source Generators

First Look: C# Source Generators

An initial look at the power of C# source generators.

Dave Brock
Dave Brock
CSharp
Compress Images in GitHub Using Imgbot

Compress Images in GitHub Using Imgbot

How to use the ImgBot GitHub app for set-it-and-forget-it image compression.

Dave Brock
Dave Brock
GitHub
Tweeting New GitHub Pages Posts from GitHub Actions

Tweeting New GitHub Pages Posts from GitHub Actions

Use the power of GitHub Actions to tweet GitHub pages post from a CI pipeline.

Dave Brock
Dave Brock
GitHub
What I'm Reading (Week of 4/14/20)

What I'm Reading (Week of 4/14/20)

Here's what I've been reading this week.

Dave Brock
Dave Brock
C# 8, A Year Late

C# 8, A Year Late

I catch up on all that C# 8 has to offer.

Dave Brock
Dave Brock
CSharp
How to rename a Git branch

How to rename a Git branch

Here's an easy way to rename a Git branch from the command line.

Dave Brock
Dave Brock
Git
Keep Those Boolean Conditionals Simple

Keep Those Boolean Conditionals Simple

In this post, let's talk about not overthinking booleans.

Dave Brock
Dave Brock
CSharp