Pablo Rivas Sánchezpablorivas.eu·May 19, 2024Mastering Domain Events Made Simple with MediatR in C# and .NET 8Readers of this article will gain insights into mastering domain events with Meditr in C# and .NET 8. They'll learn how to effectively manage domain events, from creation to handling, using this powerful library. Through step-by-step guidance, they'l...88 reads#entityframeworkcore
Milan Jovanovićmilanjovanovic.hashnode.dev·Mar 23, 2024Fast SQL Bulk Inserts With C# and EF CoreWhether you're building a data analytics platform, migrating a legacy system, or onboarding a surge of new users, there will likely come a time when you'll need to insert a massive amount of data into your database. Inserting the records one by one f...140 readsSQL