PreviousNext

Creating LINQ-Enabled Frameworks

by bill-s, 2013-06-15T08:39:03.000Z

Many developers use LINQ without fully realizing the power at their fingertips. The features of the language enable queries of in-memory collections or external data sources, and Microsoft has extended those queries to events and other observable sources via Reactive Extensions (Rx). With the exception of query expressions, many LINQ-supporting language features of C# 3.0 are now commonplace.

Read More