๐—š๐—ฒ๐—ป๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ป๐—ด ๐—ฎ ๐— ๐—ผ๐—ป๐˜๐—ต๐—น๐˜† ๐—˜๐˜…๐—ฝ๐—ฒ๐—ป๐˜€๐—ฒ ๐—ฅ๐—ฒ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ณ๐—ผ๐—ฟ ๐—ฎ ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ถ๐—ป ๐—–# ๐—จ๐˜€๐—ถ๐—ป๐—ด ๐—ถ๐—ง๐—ฒ๐˜…๐˜๐—ฆ๐—ต๐—ฎ๐—ฟ๐—ฝ ๐Ÿ“„

In my ๐—ฝ๐—ฒ๐—ฟ๐˜€๐—ผ๐—ป๐—ฎ๐—น ๐—ฝ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜ โ€“ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ป๐˜€๐—ฒ ๐— ๐—ฎ๐—ป๐—ฎ๐—ด๐—ฒ๐—บ๐—ฒ๐—ป๐˜ ๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ, I wanted to generate an ๐—ฒ๐˜…...
0 Read More

Common Async/Await mistakes in C#

Hello, developers! ๐Ÿฅท๐ŸปToday, we are going to talk about common mistake made when using asynchronous programming in C# projects. First of all, letโ€™s understand what is asynchronous programming ...
0 Read More

Tripping the circuit

This is probably one of the most useful "cloud" patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this patt...
0 Read More

Various .NET Benchmarks

A lot of times i was wondering what is the best performing code. In order to determine that i had to benchmark my code, but benchmarks are hard to write. Luckily there is a open source project that do...
0 Read More