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
How 2018 Went

How 2018 Went

I recap how 2018 ended up.

Dave Brock
Dave Brock
Personal
Level Up Your GitHub Experience with Chrome Extensions

Level Up Your GitHub Experience with Chrome Extensions

In this post, I write about my favorite GitHub extensions for the Chrome browser.

Dave Brock
Dave Brock
GitHub
Razor Support for ASP.NET Core Apps in Visual Studio Code

Razor Support for ASP.NET Core Apps in Visual Studio Code

VS Code now supports Razor for ASP.NET Core apps.

Dave Brock
Dave Brock
VS Code
Share Blazor Components with Shared Class Libraries

Share Blazor Components with Shared Class Libraries

This post shows you how you can share Blazor components with shared class libraries.

Dave Brock
Dave Brock
Blazor
GitHub tip: You don't need that .git extension to clone

GitHub tip: You don't need that .git extension to clone

Enjoy a quick tip on cloning without the .git extension.

Dave Brock
Dave Brock
Git