Why Bother?

After all is said and done, the practical programmer wants to know if the benefits of learning LINQ and Rx are worth the investment of time and effort. What do these technologies bring to the party that you can't get elsewhere?

LINQ and Rx are:

  • First-class members of .NET. This allows for full support from IntelliSense and syntax highlighting in Visual Studio and LINQPad.
  • Designed to work with all forms of data, from databases to XML to files.
  • Highly extensible. It allows you to create your own libraries in order to extend their functionality.
  • Composable. As noted, both LINQ and Rx are used to combine and compose more complex operations out of simpler building blocks.
  • Declarative. LINQ and Rx bring a bit of functional programming ...

Get Programming Reactive Extensions and LINQ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.