The Tech PlatformAug 5C#Memory Efficiency: ref and unsafe Feature in C# 13Our problem revolves around the limitations imposed on using ref and unsafe constructs in certain contexts. Specifically, async and...
The Tech PlatformSep 6, 2022.NETHow to perform asynchronous methods using Dapper?In this article, we'll explore how to use Dapper in an asynchronous manner to perform database operations using async/await. Dapper is a...