Niner since 2009
Is there a way to invalidate the "cached" value ?
What happen when we use it with a deferred LINQ query ?
What's the hype with the "lazy" word ?
Why not use "Cached" so everybody would understand it ?
Exoteric: why not as a keyword ?
public lazy int Expensive { get; }
public lazy int SomeMethod() { ... } // so it's only called once
I agree with Ralph Trickey: "Linq to Events" would be a great name !
OMG the first one is awesome !
WHY can't we declare a class in C# that has a property named "Foo" and a method named "get_Foo" at the same time ?
Here is a list of Channel 9 staff members.
Lazy<T> Optimized Resource Initialization
Nov 03, 2009 at 3:26 PMIs there a way to invalidate the "cached" value ?
What happen when we use it with a deferred LINQ query ?
Lazy<T> Optimized Resource Initialization
Nov 03, 2009 at 3:25 PMWhat's the hype with the "lazy" word ?
Why not use "Cached" so everybody would understand it ?
Exoteric: why not as a keyword ?
public lazy int Expensive { get; }
public lazy int SomeMethod() { ... } // so it's only called once
E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 1 of 2
Oct 07, 2009 at 4:01 PMI agree with Ralph Trickey: "Linq to Events" would be a great name !
This May Be Your Next Mouse
Oct 05, 2009 at 12:26 PMOMG the first one is awesome !
Folder naming errors- But Why?
Sep 30, 2009 at 1:39 PMWHY can't we declare a class in C# that has a property named "Foo" and a method named "get_Foo" at the same time ?