Staying productive with .NET and VS Code
It's hard to pull away from all of the conveniences of Visual Studio, however, I've been noticing that I'm slowly starting to drift to simplicity and »
It's hard to pull away from all of the conveniences of Visual Studio, however, I've been noticing that I'm slowly starting to drift to simplicity and »
There are many ways to achieve fault-tolerance in distributed systems. One of the most basic strategies is trivial retry logic, which triggers on certain error conditions. »
Network services can fail or become temporarily unreachable unexpectedly. This is especially true when running code on cloud providers like AWS or Azure and more often »
I think anyone who's ever written data access code has at some point explored the Unit-of-Work [https://martinfowler.com/eaaCatalog/unitOfWork.html] (UOW) pattern. This pattern »
Update: This code is now available on GitHub [https://github.com/sakopov/WebApi.JSend] and NuGet [https://www.nuget.org/packages/WebApi.JSend]! If you landed »