Link: Dustin Campbell on C# 3.0
Yet another Fibonacci demo (but still worth reading)Dustin Campbell (who is speaking at the Ann Arbor .NET Developers Group in March) has been writing a series of articles on C# 3.0.
His series is well worth reading. If you've looked at any of the talks I've given recently on C# 3.0 (at AADND, or CodeMash), you'll enjoy reading Dustin's blog. Dustin is covering much of the same ground. but from another angle. You'll get a different perspective, and that will help you get a greater understanding.
Fibonacci Numbers, Caching and ClosuresPart 1: delegates and closures
What's in a Closure?Part 2: explaining the underlying techniques covered in 1
Using Automatic Memoizationlearning about storing function results for later use
A reference to a set of MIT lecturesA great set of 20 one hour lectures on Computer Science