#dotnet
Read more stories on Hashnode
Articles with this tag
Caching is essential for building fast, scalable applications. ASP.NET Core has traditionally offered two caching options: in-memory caching and...
Idempotency is a crucial concept for REST APIs that ensures the reliability and consistency of your system. An idempotent operation can be repeated...
Okay, let's be honest. We all have a million things on our plates, and diving deep into every nook and cranny of EF Core might not be at the top of...
I once led the development of a fitness tracking app. We started with Transaction Scripts to handle features like workout creation and exercise...
Are you tired of organizing your project across layers? Vertical Slice Architecture is a compelling alternative to traditional layered architectures....
From my experience working with microservices systems, things don't always go as planned. Network requests randomly fail, application servers become...