Using Newtonsoft.Json In .NET Core 3+ Projects
Recently I’ve been working a lot in .NET Core 3.0 and 3.1 projects. Both upgrading existing 2.2 projects and a …
Recently I’ve been working a lot in .NET Core 3.0 and 3.1 projects. Both upgrading existing 2.2 projects and a …
This article is part of a series on creating Windows Services in .NET Core. Part 1 – The “Microsoft” Way …
Rate limiting web services and APIs is nothing new, but I would say over the past couple of years the …
I recently made an appearance on an Adventures In .NET Podcast. The podcast is ran by devchat.tv who you may …
This article is part of a series on creating Windows Services in .NET Core. Part 1 – The “Microsoft” Way …
This article is part of a series on creating Windows Services in .NET Core. Part 1 – The “Microsoft” Way …
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!