#csharp
Read more stories on Hashnode
Articles with this tag
Unlock the power of higher order functions in your C# code ยท Delegates are a language feature of C# that have been around for a few years now, and by...
Introduction As I mentioned in my previous post, I recently went through the process of migrating one of our Azure Functions to .NET 6 and also took...
Introduction As professional or aspiring software engineers, we are usually tasked with turning business rules into something that a computer...
The problem You may have found yourself in this situation: you have an API endpoint that involves a long running process, the result of which you...