jasonboyd
NuGet publisher profile
Packages (9)
Aocl
A collection that supports thread-safe append-only writes and lock-free random access reads.
Treenumerable
Treenumerable is a general purpose library for enumerating, traversing and querying just about any tree.
Treenumerable.VisualTree.Wpf
Treenumerable.VisualTree.WPF is a general purpose library for enumerating, traversing and querying WPF's visual tree.
Treenumerable.VisualTree.Silverlight
Treenumerable.VisualTree.Silverlight is a general purpose library for enumerating, traversing and querying Silverlight's visual tree.
BoomiSharp.Dtos
Data Transfer Objects (DTOs) for the BoomiSharp client.
BoomiSharp
C# client for Boomi API.
BoomiSharp.Query
Query helpers for the BoomiSharp client.
Aocl.Async
Async streaming (IAsyncEnumerable) extensions for Aocl's AppendOnlyList. Adds ReadAllAsync to follow an append-only list as it grows, with no polling.
Aocl.Reactive
Reactive (System.Reactive) extensions for Aocl's AppendOnlyList. Adds ToObservable to expose an append-only list as an IObservable that emits elements as they are appended, with no polling.