What is Entity Framework (EF)?
Explain the different approaches to working with Entity Framework.
What are the key components of Entity Framework Core?
Explain Lazy Loading and Eager Loading in Entity Framework.
Include
What is the difference between Add, Attach, and Update methods in Entity Framework Core?
What is the purpose of migrations in Entity Framework Core?
How does Entity Framework handle relationships between entities (one-to-one, one-to-many, many-to-many)?
Explain the advantages and disadvantages of using Entity Framework.
What is the purpose of the DbContext class in Entity Framework?
DbContext
Explain how Entity Framework handles transactions.
SaveChanges
Database.BeginTransaction
Transaction.Commit
Transaction.Rollback