top of page
Search
The Tech Platform
Aug 5
Memory Efficiency: ref and unsafe Feature in C# 13
Our problem revolves around the limitations imposed on using ref and unsafe constructs in certain contexts. Specifically, async and...
The Tech Platform
Sep 6, 2022
How 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...
bottom of page