Dapper In .NET Core – Part 2 – Dapper Query Basics
Querying with Dapper is so easy and yet intensely powerful! Let’s jump right in!
Querying with Dapper is so easy and yet intensely powerful! Let’s jump right in!
For some time now I’ve been a huge fan of using Dapper in both personal and commercial projects. With more and more projects lending themselves to Microservices architecture, or at the very least a large application being made up of many smaller components, Dapper just makes sense.
If you’ve started a new ASP.NET Core project recently, chances are you would have seen the following lines : public …
.NET Core 3.0 Preview 7 has been released as of July 23rd. You can grab it here : https://dotnet.microsoft.com/download/dotnet-core/3.0 What’s …
So… This post spun a little out of control. What turned into a hunt for a simple use case (Turn …
In a previous post we looked at how we can publish a single exe from a .NET Core project. Now …
Getting Setup With C# 8 If you aren’t sure if you are using C# 8, or you know you aren’t …
Say I have a simple “Hello World” console application that I want to send to a friend to run. The …
.NET Core 3.0 Preview 6 has been released as of June 12th. You can grab it here : https://dotnet.microsoft.com/download/dotnet-core/3.0 What’s …
I can still remember many years ago going to a job interview that explicitly stated “We will ask you about …