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 , , , , , ,

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 , ,