One of the biggest challenges in our daily job is keeping our code clean, easy to read, extendable, and understandable. It's a difficult task, but it becomes easier when following design patterns.
Building resilient applications is crucial, and part of that resiliency is making sure your applications outgoing http requests are covered. The .NET go to solution used to be Polly, an open source project to add resiliency to your API clients. Now, with .NET 8, Microsoft has taken things a step ...
In the world of modern web development, API's play a crucial role in enabling communication between different software systems. The process of creating, documenting, and maintaining API’s can sometimes be a struggle. This is where the tool NSwag (together with NSwagStudio) comes into play, ...