1. Async and Task Helpers

    By:

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

  2. Nito.KitchenSink Option Parsing Library

    By:

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

  3. Nito.KitchenSink Simple Parsers Library

    By:

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

  4. Nito.KitchenSink Dynamic Helper Library

    By:

    A helper library for dynamically accessing static type members.

  5. Nito.KitchenSink CRC Library

    By:

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

  6. Nito.KitchenSink File System Paths Helper Library

    By:

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

  7. Nito.KitchenSink Binary Data Helper Library

    By:

    A helper library for working with byte sequences and arrays.

  8. Nito.KitchenSink GUID Decoding Library

    By:

    A library containing methods to decode GUIDs.

  9. Nito.KitchenSink GetPropertyName Library

    By:

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

  10. Nito.KitchenSink NotifyPropertyChanged Library

    By:

    Helper methods for implementing and consuming INotifyPropertyChanged.

  11. Nito.KitchenSink Hash Algorithms Helper Library

    By:

    A library containing OpenSSL-like extension methods for HashAlgorithm.

  12. Nito.KitchenSink P/Invoke Interop Helper Library

    By:

    A helper library for P/Invoke Interop.

  13. Nito.KitchenSink Exception Helpers Library

    By:

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

  14. 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.

  15. TFS ICancelableAsync TAP Helpers

    By:

    A helper library for using TFS ICancelableAsync with the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 11.

  16. Proxy package used to pull in Dataflow

    By:

    Proxy package used to pull in Dataflow.

    767 downloads

  17. Campaign Monitor

    By:

    A .NET library for the Campaign Monitor API

  18. ArraySegments

    By:

    Lightweight extension methods for ArraySegment<T>, particularly useful for byte arrays.

  19. Asynchronous unit test support for Visual Studio

    By:

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

  20. Anonymous Interfaces (by Stephen Cleary)

    By:

    A fluent API for anonymously implementing any interface.