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.

  1. 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.
  2. 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.
Copyright © Paul Stovell, 2007. All rights reserved.
Bindable LINQ code is licensed under the New BSD open source license.