Junior EF Core

What is LINQ?

What is “LINQ to Entities”?

  • LINQ (Language Integrated Query) lets you query collections using C# syntax.
  • LINQ to Entities is LINQ querying against the EF Core model, translated to SQL and

executed in the database.

More from Entity Framework Core Tutorial

All questions for this course