Category: .NET

How to Upgrade .NET CLI Templates

October 14, 2020 · 5 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 · 5 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.

How do you call a stored procedure with Dapper?

May 15, 2020 · 5 min read
Are you interested in using Dapper, but your database uses Stored Procedures? No problem!