Design Concepts
Bindable LINQ is a library of extensions to LINQ that enable reactive programming via LINQ queries. This section provides an overview of the design concepts that make up Bindable LINQ.
- Background
This section outlines the Reactive Programming, the core paradigm of Bindable LINQ, and also provides a background to LINQ and Data Binding, two technologies that greatly influence the design of Bindable LINQ. - Details
This section discusses some of the concepts in the Bindable LINQ implementation. It describes core concepts such as dependencies and application patterns, as well as providing a list of support LINQ queries and information about supported platforms.