Top 20 NuGet Packages
Provides the core interfaces to implement a domain context, which is a combination of the repository and the unit of work patterns, leveraging Linq for the aggregate root sets.
xUnit tests for netfx-Patterns.EventSourcing.SampleFileSystem
Allows retrieving custom attributes from assemblies, types, methods, properties, etc. using a generic method.
xUnit tests for netfx-System.Reflection.GetCustomAttribute
xUnit tests for netfx-System.SequentialGuid
Generic overloads to System.IServiceProvider.GetService.
Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the
same .resx file, but exposing format parameters as method parameters and organizing strings in classes according to the resource name
if it uses underscores. i.e. User_InvalidCredentials ...
Tests for netfx-System.IO.StreamWriteTo
Tests for netfx-System.StringFormatWith
Provides an interface that can be implemented by objects that have a timestamp associated.
Provides strong-typed persistence of data in Thread local storage, which can also be transient and automatically removed on dispose.
Usage: Thread.CurrentThread.SetData<Foo>(foo);
var saved = Thread.CurrentThread.GetData<Foo>();
Tests for netfx-System.Threading.ThreadData
An EventArgs class that exposes a single Value property of a type T.
xUnit tests for netfx-System.ValueEventArgs
Provides support for client-side paging (TotalCount header) and server-side query limits for services that expose IQueryable<T> resources.
xUnit tests for netfx-System.Xml.XmlDecode
xUnit tests for netfx-System.Xml.XmlEncode
Provides a generics version of XmlSerializer.
Tests for netfx-System.Xml.XmlSerializer
Use code snippet 'assertion' to get the declaration at the top of the file.
Then just use Assert.Equal(...) and the like.