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 .net, code, csharp, example, lambda, odd and even, sample
Uncategorized
13 April 2011 | Comments Off on This Developer’s Life
Link: This Developer’s Life
Tagged in code, developers, microsoft, msft, podcast, rss, talk
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 code, css,, hack, jscript, transforms
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 code, debugging, work
Uncategorized
10 November 2010 | Comments Off on Evolution of a Programmer
Link: Evolution of a Programmer
Tagged in code, joke, programmer
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 code, csharp, work