isupergeek
-
- 962 total downloads
- last updated 8/23/2013
- Latest version: 0.9.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. -
- 826 total downloads
- last updated 8/23/2013
- Latest version: 0.9.0
This package provides a soft delete interceptor for EntityFramework Code First. -
- 672 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. -
Isg.
by: isupergeekEnums - 490 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.... More information -
- 488 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(),... More information -
- 416 total downloads
- last updated 8/23/2013
- Latest version: 0.9.0
This package provides an interceptorfor EntityFramework Code First which will plug in auditing fields on data models. -
- 334 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.
by: isupergeekDomain - 263 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. -
Isg.
by: isupergeekRange - 258 total downloads
- last updated 8/31/2011
- Latest version: 1.0.0
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. -
- 180 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. -
- 151 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. -
Isg.
by: isupergeekTime - 149 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... More information