1. Entity Framework Provider Wrapper Toolkit

    By:

    A toolkit for writing Entity Framework provider wrappers.

  2. Entity Framework Tracing Provider

    By:

    A provider that allows tracing Entity Framework queries and updates.

  3. Async and Task Helpers

    By:

    A helper library for the Task-Based Asynchronous Pattern (TAP).

  4. Nito.KitchenSink Option Parsing Library

    By:

    Option parsing, inspired by getopt but also allowing for Windows conventions.

  5. Common.Logging

    By:

    Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.

    176,389 downloads

  6. Asynchronous unit test support for Visual Studio

    By:

    "[TestMethod] async void MyTest()" actually works correctly.

  7. Connected Properties (by Nito Programs)

    By:

    Connected Properties is an API to "attach" properties to (most) .NET objects at runtime. Connected property values are connected to a "carrier object". A carrier object may be any reference type that uses reference equality. All accesses to connected properties are thread-safe.

  8. Nito.KitchenSink File System Paths Helper Library

    By:

    A helper library for working with strings that are file system paths.

  9. Nito.KitchenSink CRC Library

    By:

    Generic CRC-16 and CRC-32 implementations, along with definitions for algorithms in common use.

  10. Nito.KitchenSink Simple Parsers Library

    By:

    Provides "simple" parsers, which are objects essentially implementing TryParse methods.

  11. Nito.KitchenSink Dynamic Helper Library

    By:

    A helper library for dynamically accessing static type members.

  12. Nito.KitchenSink P/Invoke Interop Helper Library

    By:

    A helper library for P/Invoke Interop.

  13. Proxy package used to pull in Dataflow

    By:

    Proxy package used to pull in Dataflow.

    800 downloads

  14. Nito.KitchenSink GetPropertyName Library

    By:

    A library containing an extension method GetPropertyName which allows retrieving the property name from a lambda expression.

  15. Nito.KitchenSink Hash Algorithms Helper Library

    By:

    A library containing OpenSSL-like extension methods for HashAlgorithm.

  16. Nito.KitchenSink NotifyPropertyChanged Library

    By:

    Helper methods for implementing and consuming INotifyPropertyChanged.

  17. Nito.KitchenSink Binary Data Helper Library

    By:

    A helper library for working with byte sequences and arrays.

  18. Nito.KitchenSink GUID Decoding Library

    By:

    A library containing methods to decode GUIDs.

  19. Nito.KitchenSink Exception Helpers Library

    By:

    Exception helpers, including ReThrow (with the stack trace preserved), AggregateException unwrapping, and dumping to xml.

  20. Comparers

    By:

    IComparer<T> implementations and extension methods.