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: 455
LinqToSQL
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