isupergeek 


  • Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are one of the built in .NET data types (e.g. ints... More information
    • 31,818 total downloads
    • last updated 2/19/2019
    • Latest version: 0.3.0
    • CommandLine CLI
    Odin is a conventions-based library for routing command-line arguments to the appropriate code to execute.
    • 23,468 total downloads
    • last updated 10/21/2015
    • Latest version: 1.0.0
    • EntityFramework
    This package provides a means of intercepting entities before they are saved and taking custom actions, and distributing the configuration of the entity-relational model.
    • 18,563 total downloads
    • last updated 10/21/2015
    • Latest version: 1.0.0
    • EntityFramework
    This package provides a soft delete interceptor for EntityFramework Code First.
  • This package adds useful extension methods to .NET Framework types in the System.Collections namespace.
    • 8,374 total downloads
    • last updated 10/21/2015
    • Latest version: 1.0.0
    • EntityFramework
    This package provides an interceptorfor EntityFramework Code First which will plug in auditing fields on data models.
    • 7,007 total downloads
    • last updated 8/31/2011
    • Latest version: 1.0.0
    • ExtensionMethods
    This package adds useful extension methods to .NET Framework types. System.String: Format(), SplitCompoundTerm(), and ToTitleCase(). System.Type: CreateInstance(), GetCustomAttribute(),... More information
  • This package adds friendly text output for System.Enum types. Use the GetDescription() method to return friendly text, or the text of a System.ComponentModel.DescriptionAttribute if applied.... More information
    • 6,597 total downloads
    • last updated 9/20/2015
    • Latest version: 1.0.1
    • Range
    The Range class provides a .NET implementation of Range as described by Martin Fowler here: http://martinfowler.com/eaaDev/Range.html with a few additions of my own.
    • 5,821 total downloads
    • last updated 11/5/2011
    • Latest version: 0.2.1
    • EntityFramework
    This package provides a means of intercepting entities before they are saved and taking custom actions.
    • 5,476 total downloads
    • last updated 4/11/2013
    • Latest version: 0.6.1
    This package provides a interfaces used by other members of the Isg.EntityFramework family of packages.
    • 3,044 total downloads
    • last updated 10/31/2012
    • Latest version: 0.1.1
    • EntityFramework
    This package provides additional events for when EntityFramework connections are opened and closed, or commands are executed.
    • 2,534 total downloads
    • last updated 3/9/2012
    • Latest version: 0.1.0
    • Specification
    This package provides some classes and extension methods to support the Specification pattern.
    • 2,383 total downloads
    • last updated 8/31/2011
    • Latest version: 1.0.0
    • Range
    Use Clock.Now in place of DateTime.Now in your production code. At unit testing time you can Pause() the clock at specific times. Use the TimeBox class to record how long a given operation takes to... More information