Tag: dotnet

How to Upgrade .NET CLI Templates

October 14, 2020 · 1 min read
How do you update the .NET CLI templates? Turns out there is a command just for you!

What is Dapper, and why you should consider it for your .NET projects

May 15, 2020 · 6 min read
I have a pretty firm opinion that if you're using a relational database with .NET, you need to have Dapper in your stack.

Exploring C# 7.0: Out Variables

November 8, 2016 · 1 min read
New in C# 7.0 - out variables will save you some time!