Top 20 NuGet Packages
Traverse an enumerable tree, depth or breadth first.
Example:
var dirs = new DirectoryInfo("C:\\")
.Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories());
xUnit Tests for netfx-System.Collections.Generic.IEnumerable.Traverse
Core interface that serializers can implement to serialize and deserialize an object graph to and from a Stream.
A Json.NET-based HttpContent class for content serialization.
Tests for netfx-System.Net.Http.JsonContent
xUnit tests for netfx-System.JsonNetSerializer
DescriptionResourceAttribute, DisplayNameAttribute, CategoryResourceAttribute, etc.
xUnit tests for netfx-Patterns.DomainCommands
Implements the event sourcing pattern for entities persisted via EF
Provides the core APIs to implement the event sourcing pattern and an application event bus.
Provides additional behavior to the Event Sourcing package DomainObject partial class to allow auto wiring of event handlers using conventions.
Provides reusable extensions that make implementing an event store over an underlying IQueryable repository trivial.
Provides the primitives for centralizing and reusing Linq queries across a domain.
Tests for netfx-Patterns.QuerySpecs
Provides the core APIs to implement a message store.
Provides a covariant enhanced version of the EventPattern<TEventArgs>, in the form of IEvent<out TEventArgs> and Event<TEventArgs> (wihch inherits from EventPattern<TEventArgs>).
xUnit tests for netfx-System.Reactive.Event
xUnit tests for netfx-System.Reflection.GetCustomAttribute
Tests for netfx-System.ServiceProvider
Clones a stream into an in-memory stream.