01What is the purpose of the DbContext class?
02What is the difference between Data Annotations and Fluent API in EF Core?
03How do you achieve 'Eager Loading' of related data in a query?
04Which EF Core feature allows you to update the database schema when your models change?
05What does '.AsNoTracking()' do for a query?