Posts

Hierarchical Linq Queries

After reading Bill Wagner’s excellent introduction to Linq, I really liked what I saw and decided that I wanted to create an extension method as an exercise. I sat and thought what I would have wanted from Linq and decided I wanted to write a method that lets you select hierarchical data…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it.
2006-07-09
1 min read

Portability of Customizable and/or Adaptive User Interfaces

This March my workplace issued employees a Motorola i760 cell phone, which apart from being pretty sluggish, doesn’t work the same way as my personal phone, a Nokia 3100 – the menus aren’t the same, shortcuts are different, and so on. What I discovered a few minutes after receiving the phone was that the User Interface was customizable, which didn’t cause the phone to suck less, but only to work the same way as my Nokia did….
2006-07-07
1 min read

Three Lines About Lambda Expressions

myObject.ITakeACharReturningDelegate(delegate(int i, string s) { return s[i]; });… You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.
2006-07-07
1 min read