Skip to content

Commit

Permalink
IEnumerable execution is deferred revise data
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-dewani committed Aug 30, 2024
1 parent 1a6e84b commit a4e48f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/deffered-ienumerable/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: IEnumerable execution is deferred
date: "2020-11-20T18:00:00.000Z"
date: "2024-08-30T18:00:00.000Z"
description: "This is an interesting story about how the 1% of the time when you don't know what you're doing can come back to bite you. This is when I learned about the concept of deferred execution in C#, including its effects on performance, memory efficiency, and composition, as well as the differences between IEnumerable and List"
---

Expand Down

0 comments on commit a4e48f4

Please sign in to comment.