schroederspace.com - Tumbleweed Technology

Description: Tumbleweed Technology

Example domain paragraphs

The random nonsensical musings of a professional software engineer that will most likely be read by absolutely noone.

email: [email protected] github: jpschroeder linkedin: john-schroeder

C# query expressions are usually used for slicing and dicing enumerables or running database queries with entity framework. However, query expressions can be used with any object that has a Select method. Even though C# is a statically typed language, some of its built in forms like this resemble duck typing. Taking advantage of this feature, I figured out a way to make a function builder entirely using query expressions.