isupergeek
- 4,675,511 total downloads
- last updated 12/17/2019
- Latest version: 6.1.0
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 and strings). NBuilder allows you to override for properties you are interested in using...
More information
- 22,605 total downloads
- last updated 2/19/2019
- Latest version: 0.3.0
Odin is a conventions-based library for routing command-line arguments to the appropriate code to execute.
- 15,004 total downloads
- last updated 10/21/2015
- Latest version: 1.0.0
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.
- 12,567 total downloads
- last updated 10/21/2015
- Latest version: 1.0.0
This package provides a soft delete interceptor for EntityFramework Code First.
- 7,536 total downloads
- last updated 11/18/2011
- Latest version: 1.0.1
This package adds useful extension methods to .NET Framework types in the System.Collections namespace.
- 5,870 total downloads
- last updated 8/31/2011
- Latest version: 1.0.0
This package adds useful extension methods to .NET Framework types.
System.String: Format(), SplitCompoundTerm(), and ToTitleCase().
System.Type: CreateInstance(), GetCustomAttribute(), GetCustomAttributes(), and Implements().
System.AppDomain: GetAllTypes().
- 5,854 total downloads
- last updated 10/21/2015
- Latest version: 1.0.0
This package provides an interceptorfor EntityFramework Code First which will plug in auditing fields on data models.
Isg.Enums
by:
isupergeek
- 5,794 total downloads
- last updated 8/31/2011
- Latest version: 1.0.0
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.
Parse() will parse the DescriptionAttribute, friendly text, or original text of the enums....
More information
Isg.Range
by:
isupergeek
- 5,519 total downloads
- last updated 9/20/2015
- Latest version: 1.0.1
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.
- 4,500 total downloads
- last updated 11/5/2011
- Latest version: 0.2.1
This package provides a means of intercepting entities before they are saved and taking custom actions.
Isg.Domain
by:
isupergeek
- 2,409 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.
- 1,972 total downloads
- last updated 10/31/2012
- Latest version: 0.1.1
This package provides additional events for when EntityFramework connections are opened and closed, or commands are executed.
Isg.Time
by:
isupergeek
- 1,917 total downloads
- last updated 8/31/2011
- Latest version: 1.0.0
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 execute.
- 1,855 total downloads
- last updated 3/9/2012
- Latest version: 0.1.0
This package provides some classes and extension methods to support the Specification pattern.