Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
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 ?