Imaan MazreatiOptimistic Locking in .NETOptimistic locking in Entity Framework Core (EF Core) helps manage concurrency by detecting conflicts when updating data rather than…1d ago
David Cubero7 Entity Framework Core tips from Microsoft top engineersSome developers complain that the Entity Framework is horribly slow.Aug 167
Samuel Getachew10 Essential Best Practices for Using Entity Framework Core in .NET 8A Developer’s Guide to Mastering Entity Framework Core in .NET 8 for Efficient, Scalable, and High-Performance Applications1d ago1d ago
Kushan MadhusankaEntity Framework Core vs. Dapper?Do I use Dapper or Entity framework core for my next .NET project? It is always confusing when you have to make this decision and you need…May 11May 11
Imaan MazreatiPessimistic Locking in .NETPessimistic and optimistic locking are two approaches used to manage concurrent access to data in a multi-user environment. They are…3d ago3d ago
Imaan MazreatiOptimistic Locking in .NETOptimistic locking in Entity Framework Core (EF Core) helps manage concurrency by detecting conflicts when updating data rather than…1d ago
David Cubero7 Entity Framework Core tips from Microsoft top engineersSome developers complain that the Entity Framework is horribly slow.Aug 167
Samuel Getachew10 Essential Best Practices for Using Entity Framework Core in .NET 8A Developer’s Guide to Mastering Entity Framework Core in .NET 8 for Efficient, Scalable, and High-Performance Applications1d ago
Kushan MadhusankaEntity Framework Core vs. Dapper?Do I use Dapper or Entity framework core for my next .NET project? It is always confusing when you have to make this decision and you need…May 11
Imaan MazreatiPessimistic Locking in .NETPessimistic and optimistic locking are two approaches used to manage concurrent access to data in a multi-user environment. They are…3d ago
Serhii KokhanJSONB in PostgreSQL with EF CoreDiscover how JSONB in PostgreSQL and EF Core merge NoSQL & SQL for advanced database management in complex apps.Jan 42
Deniz Can YükselPagination in C#Pagination is essential in almost all applications that display data.Oct 19
MateusEF Core 6 Migrations and Docker: Database Evolution and ContainerizationEF Core 6 Migrations and Docker, come together to orchestrate a harmonious symphony of database evolution and containerization. Today…Jan 8