#csharp
Read more stories on Hashnode
Articles with this tag
As your application grows, you might find yourself considering a move from a modular monolith to microservices. This transition isn't just a technical...
As a .NET developer, I've spent countless hours working with external APIs. It's a crucial part of modern software development, but let's be honest -...
I've been coding in .NET for years, but I never built an event sourced system. Event sourcing has always intrigued me, though. The idea of capturing...
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...
Writing good code is important for any software project. It's also something I deeply care about. However, it can be hard to spot problems by just...
When you're dealing with thousands or even millions of records, efficiency is king. That's where EF Core bulk update capabilities come into play. EF...