mhinze.com

Matt Hinze, learning in public

Archive for June, 2009

Jeffrey and Eric will be delivering a free afternoon of ASP.NET MVC in Austin on Tuesday, June 16th.  If you haven’t yet had a run-in with the new framework or if you’re ready to see what we’ve learned using ASP.NET MVC in the field, this afternoon will be an excellent opportunity to compress learning and [...]

Simple Nested Closure

Nested closure is one of those fancy patterns Martin Fowler first coined (as far as I know) and published on his DSL WIP site. His formal definition: Express statement sub-elements of a function call by putting them into a closure in an argument. You pass a delegate as a method parameter. The receiving method executes [...]