Mid From PDF EF Core Entity Framework Core

Difference between IQueryable<T> and IEnumerable<T> in EF Core.?

  • IQueryable<T>:
  • Represents a query against the data source.
  • Query is translated to SQL and executed on the database.
  • Supports deferred execution.
  • IEnumerable<T>:
  • Represents an in-memory collection.
  • LINQ operators execute in memory.
  • Usually results after the query has executed and data is loaded.

More from Entity Framework Core Tutorial

All questions for this course
Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details