filmov
tv
Data consistency in Entity Framework Core by Oleh Kikhtov
Показать описание
In this session we will try to find answers to such questions:
How does EF Core convert our code into SQL queries and transactions?
What happens with data consistency when we combine several operations with single SaveChanges()?
When should we use explicit transactions in EF Core?
Also we are going to revise a little bit of theory part about data consistency and SQL transactions.
How does EF Core convert our code into SQL queries and transactions?
What happens with data consistency when we combine several operations with single SaveChanges()?
When should we use explicit transactions in EF Core?
Also we are going to revise a little bit of theory part about data consistency and SQL transactions.