1. Nibbler

    By:

    Compress JS, CSS and optimise PNG files in your Web project on Publish. Combine JS and CSS into single files and remove references from your layout pages. Uses YUI Compressor for .Net http://yuicompressor.codeplex.com/ for JS and CSS and PNGOUT.EXE http://advsys.net/ken/utils.htm for PNG compression.

  2. Testing

    By:

    Testing helpers, incl.. Generic Builder to delegate instance creation for testing data using Mocks, Pocos or whatever Resource Finder, simplify getting hold of embedded resources in your tests Benchmark, time how long your code takes, run iterations or time-to-stop benchmarks

  3. smtp-impostor

    By:

    A testable fake SMTP server

  4. NSubstitute

    By:

    NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.

  5. Shouldly

    By:

    Shouldly - Assertion framework for .NET. The way asserting *Should* be

  6. Apache.NMS

    By:

    Allows you to build .NET applications in C#, VB, or any other .NET language, using a single API to connect to multiple different providers.

  7. Xceed WPF DataGrid Hack

    By:

    Do you use the Xceed WPF DataGrid and want to run tests against a virtualizing collection? You've probably noticed that the virtual items don't realize under test. The realization is tied to some voodoo inside the WPF implementation. I've found that by pumping the WPF dispatcher you can make the virtual item realize.

  8. Apache.NMS.ActiveMQ

    By:

    The ActiveMQ NMS client is a .NET client that communicates with the ActiveMQ broker using its native Openwire protocol. This client supports advanced features such as Failover, Discovery, SSL, and Message Compression.

  9. CommonServiceLocator.UnityAdapter

    By:

    An adapter to implement CommonServiceLocator on top of Unity

    2,940 downloads

  10. ini-parser

    By:

    This library allows to read or create INI data programmatically. --- An implementation for reading/writing INI data to and from streams, files and strings is included.

    1,114 downloads

    Tags

  11. Exception Message Match Filter for log4net

    By:

    An appender filter that works on the exception message of a logging event.

  12. ConsoleEx

    By:

    This class is a helper class that provides supplemental functionality to that available in the System.Console class.

  13. AutoConfig

    By:

    AutoConfig removes the drudgery of creating repetitive configuration reader classes and mapping properties to values. Your config class with auto-properties maps to a standard ConfigSection with only one line of "boilerplate."

  14. YamlSerializer

    By:

    YamlSerializer can serialize / deserialize most of native C# objects, i.e. primitive types (bool, char, int,...), enums, built-in non-primitive types (string, decimal), structures, classes and arrays of these types.

    1,359 downloads

  15. MvcRouteTester

    By:

    MvcRouteTester is a .Net library to help unit testing ASP MVC route tables. It contains asserts for for both regular controllers and the Api controllers that are new in MVC 4.0. It is built in .Net 4.0 and ASP MVC 4.0.

  16. Wakizashi

    By:

    The Wakizashi suite of utilities solve some real world problems and is used in one of the world's largest investment banks. Currently, it includes a full featured validation framework, a lightweight but powerful workflow framework, and a few slim cache stores.

    643 downloads

  17. Simulated.FileSystem

    By:

    This package provides a transactional view of a file system and an in-memory simulator for that view. This makes it easy to test code that interacts with the file system. This is not your typical files and directories API. There is a single instance that represents the entire file system. File and directory objects are bound to a file system insta... More information

  18. YeahToast

    By:

    WinJS library to make windows 8 toast notifications simple and easy

  19. HydroModeler

    By:

    Cuahsi HydroDesktop plugin for OpenMI-based modeling

    103 downloads

  20. libffi

    By:

    libffi (Foreign Function Interface) is a library that allows software to call any function whose interface is known at runtime. Homepage: http://sourceware.org/libffi/