Designing a Lightweight, Plugin-First Data Pipeline Engine with Akka.NET
Data Synchronization Everywhere Data synchronization between business systems is extremely common in real-world software projects. As organizations grow, dat...
Data Synchronization Everywhere Data synchronization between business systems is extremely common in real-world software projects. As organizations grow, dat...
In EF Core, Include executes JOIN queries to load the main entity and its related data. Excessive or multi-level Include usage can easily lead to performance...
This was my latest practical experience in a real-world project, where I addressed several key challenges in implementing the payee compliance assessment flow.
Domain-Driven Design introduces several important modeling objects in the domain model, as follows:
In Entity Framework, SaveChanges and SaveChangesAsync are methods provided by DbContext to persist data. They are so commonly used that we rarely question th...
I resolved a subtle issue months ago in a long-running company project that caused business data inconsistency due to confusing code changes. The project use...
I work with LINQ almost every day and frequently deal with various operations based on IEnumerable. Since I’ve always found it convenient to use, I never rea...
This is a feature recently implemented in our project to enhance the user experience. Some time-consuming requests, such as when the backend receives a file ...