Using LINQ Lambda Expressions to Design Customizable Generic Components

Posted on Simple Talk See other posts from Simple Talk
Published on 27 January 2010 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 417

Filed under:
LINQ makes code easier to write and maintain by abstracting the data source. It provides a uniform way to handle widely diverse data structures within an application. LINQ’s Lambda syntax is clever enough even to allow you to create generic building blocks with hooks into which you can inject arbitrary functions. Michael Sorens explains, and demonstrates with examples.

© Simple Talk or respective owner

Using LINQ Lambda Expressions to Design Customizable Generic Components

Posted on Microsoft .NET Support Team See other posts from Microsoft .NET Support Team
Published on Mon, 01 Feb 2010 07:24:00 +0000 Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 417

Filed under:

LINQ makes code easier to write and maintain by abstracting the data source. It provides a uniform way to handle widely diverse data structures within an application. LINQ’s Lambda syntax is clever enough to even allow you to create generic building blocks with hooks, into which you can inject arbitrary functions. Michael Sorens explains, and demonstrates with examples.

© Microsoft .NET Support Team or respective owner

Related posts about .NET Framework