Unit Tests For Legacy Systems with .NET 6

Unit Tests For Legacy Systems with .NET 6

As you move towards .NET 6, you also get new opportunities to upgrade legacy codebases to the latest and greatest. Unfortunately, updating a legacy codebase can be nerve-racking. Luckily, in this post, I wanted to share a technique I recently...

Continue Reading

Testing ASP.NET Core 6 Apps

Testing ASP.NET Core 6 Apps

The ASP.NET testing story has gotten easier with each new iteration, emphasizing dependency injection and inversion of control (IoC) containers contributing much of the plumbing for your web applications. Along with more accessible configuration options, we also see more opportunities...

Continue Reading

Running SQL Server Queries In Docker

Running SQL Server Queries In Docker

The efforts to containerize all the things are underway, with many tech vendors pushing remote development as a viable development option. So in the future, some percentage of your development stack will be remote-capable, which means more command-line familiarity is...

Continue Reading