JetBrains Rider Command Line Tricks

JetBrains Rider Command Line Tricks

Many developer’s workflows consist of jumping from terminal to IDE. From the command line, we can execute git commands, Jekyll builds, and npm installs. Some of us find the command line to be a more natural preference, while others prefer...

Continue Reading

Writing .NET Database Integration Tests

Writing .NET Database Integration Tests

Database access is easy, but testing database access is hard whether we’re an experienced .NET developer or new to the party. We may also hear a lot of opinions in our ecosystem about testing around data access scenarios. Should I...

Continue Reading

Coding The Road Runner Loop Meme

Coding The Road Runner Loop Meme

There’s a programming meme featuring the Looney Tunes characters of Wile E. Coyote and the Road Runner. These characters are locked in a never-ending chase, where the Coyote seems to come close, but not quite catch the speedy bird. In...

Continue Reading

Generate Outputs with Razor Engine in .NET Core

Generate Outputs with Razor Engine in .NET Core

Razor is a powerful templating language that enables developers to mix their C# knowledge to build dynamic outputs. Developers often conflate Razor with ASP.NET MVC. The two are separate technologies, although ASP.NET MVC does utilize Razor as its HTML rendering...

Continue Reading