I created an Azure Pipeline that automatically performs an Entity Framework Core migration on a GitHub pull request of modified JSON data files. [Read More]
Source Control
A collection of my blog posts tagged as being related to source control, git, TFVC, etc.
The New Windows Terminal – Exploring CLIs, Shells, & Terminals
I have fallen in love with the New Windows Terminal. Here, I discuss my current CLIs, terminal configuration, and preferred shells. [Read More]
Editing a File’s Previous Version in TFVC
How to edit a previous version of a file in a TFVC local workspace in Visual Studio rather than automatically getting latest on check-out. [Read More]
ReSharper vs. CodeRush: A Quick ‘n Dirty, Unfair Comparison
My product team is evaluating purchasing JetBrains ReSharper or DevExpress CodeRush to assist with improving code quality in our .NET application portfolio. I jotted down some unfair observations of the two products after using ReSharper for a couple of years and CodeRush for a couple of days. [Read More]
Code Reviews
Reflections on the first few weeks of implementing regular code reviews in our team’s development methodology. [Read More]
Deploying .NET Core via Travis CI from GitHub to Linux
A high-level demo of how I configured automated builds and deploys of a .NET Core application using Travis CI from GitHub to a Linux (Ubuntu) server. [Read More]