Problem For speed we sometimes return response to consumer before state is saved in DB. Sometimes (Mostly for our automated […]

Problem I am trying to write a version of Task.WhenAll for .NET 3.5 using the “Task Parallel Library for .NET […]

Problem In my assignment I am executing a long running NodeJs script from C# using EdgeJs. Since the script may […]

Problem I have the following method that will return VariantID for given VariantName (“Name” in db). To avoid calling my […]

Problem I’ve written an asynchronous retry method as an answer for this question. I’d like to get your opinion of […]