Mary Had a Little LAMBda

C# 19 August 2011 | 0 Comments

A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types. All lambda expressions use the lambda operator =>, which is read as “goes to”. The left side of the lambda operator specifies the input parameters (if any) and the right side […]

Tagged in , , , , , ,

This Developer’s Life

Uncategorized 13 April 2011 | Comments Off on This Developer’s Life

Link: This Developer’s Life

Tagged in , , , , , ,

Clever JS/CSS hack

Uncategorized 14 March 2011 | Comments Off on Clever JS/CSS hack

Link: Clever JS/CSS hack Short version: css transforms (for things stuck to the katamari), canvas (drawing the katamari),and z-index (illusion of depth).

Tagged in , , , ,

Rubber Ducking

Uncategorized 11 November 2010 | Comments Off on Rubber Ducking

Link: Rubber Ducking The Pragmatic Programmer calls it “Rubber Duck Debugging”: sometimes, the most intractable problems resolve themselves only when you explain them to someone else. Even if that person just nods, even if they have absolutely no ideawhat you’re talking about, the act of describing your problem often dislodges the solution.

Tagged in , ,

Evolution of a Programmer

Uncategorized 10 November 2010 | Comments Off on Evolution of a Programmer

Link: Evolution of a Programmer

Tagged in , ,

WCF

Uncategorized 17 August 2010 | Comments Off on WCF

getting into this RESTful idea for data presentation. http://www.codeguru.com/csharp/.net/article.php/c17045

Tagged in , ,