Victor Hugo

Victor Hugo

Software Engineer, AI Engineer and ML Engineer

  • Articles
  • About me
  • github
  • linkedin
© All rights reserved.

.NET Core

November 2025C#

LINQ - Lazy Evaluation vs Eager Execution

Overview of Lazy vs. Eager Execution in LINQ: Lazy delays query execution for performance and flexibility; Eager runs immediately for predictability. Knowing when to use each improves efficiency, especially with databases.

Read
← PREV
→ NEXT