DDD in EF 8 - Complex types as value objects
Youtube Video https://youtu.be/gZ1XwBQ0E6M
Sep 14, 20231 min read107

Search for a command to run...
Articles tagged with #efcore
Youtube Video https://youtu.be/gZ1XwBQ0E6M

Deleting a record efficiently using Entity Framework (EF) involves a few key considerations to minimize unnecessary database operations and improve performance. https://youtu.be/gt2PUWa340I public async void DeleteStudent(int Id) { UniverSi...

Dapper and Entity Framework (EF) are two different Object-Relational Mapping (ORM) libraries for .NET, and their performance characteristics can vary depending on the specific use case and how they are used. It's important to note that the performanc...
