Lazy Loading With EF Core
I’ve been using Dapper as my data access ORM of choice these days just because I find it far easier …
I’ve been using Dapper as my data access ORM of choice these days just because I find it far easier …
Let me start off by saying, I am not a VB.NET developer by any means. Infact I would go as …
Dapper.Contrib is a “helper” library built on top of Dapper, that adds a couple of “quality of life” enhancements to otherwise annoying Dapper hurdles. Most notably, updates and inserts become much simpler with Dapper.Contrib. So let’s jump right in!
So.. Here’s where things with Dapper get kinda rough. Updating and Inserting records in Dapper certainly ain’t pretty
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 …
So… This post spun a little out of control. What turned into a hunt for a simple use case (Turn …
Getting Setup With C# 8 If you aren’t sure if you are using C# 8, or you know you aren’t …
I can still remember many years ago going to a job interview that explicitly stated “We will ask you about …