Ross ROSS = Recommend OSS · open-source software intelligence for agents

reactivemarbles/DynamicData

Reactive collections based on Rx.Net observed · 2026-08-28

github.com/reactivemarbles/DynamicData · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 90
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 24.5
  • age_days: 4303
  • days_rel: 64
  • days_push: 9
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

1897 stars · 193 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dynamic Data is a .NET library that brings Reactive Extensions (Rx) to in-memory collections. It provides SourceCache and SourceList data sources plus 60+ operators to declaratively filter, sort, group, join, transform, and bind dynamically updating collections.

Use cases

  • keep a UI collection in sync with asynchronous updates
  • filter and sort a live data source reactively
  • group and join multiple observable collections
  • bind observable collections to WPF or Avalonia MVVM views
  • manage collection disposal and expiration reactively
  • paginate or virtualize large reactive data sets

When to choose

  • you build .NET MVVM apps with collections that change over time
  • you already use Rx.NET and need collection management operators
  • you want declarative pipelines instead of manual collection mutation code

When to avoid

  • your collections are static and rarely change
  • you work outside the .NET ecosystem
  • you prefer simple imperative collection code without Rx complexity

Facets

library · maturity active

state-management developer-tools developer-tools cross-platform dotnet cross-platform reactive-extensions rx collections mvvm csharp source-cache source-list dotnet reactive-programming

1 source

Member repositories

RepositoryRoleHealth v2
reactivemarbles/DynamicDatamain96

For agents

markdown · JSON · MCP: product_card(name="reactivemarbles/DynamicData")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem