isupergeek
NuGet publisher profile
Packages (14)
NBuilder
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 lambda expressions.
Odin-Commands
Odin is a conventions-based library for routing command-line arguments to the appropriate code to execute.
Isg.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.
Isg.EntityFramework.Interceptors.SoftDelete
This package provides a soft delete interceptor for EntityFramework Code First.
Isg.Collections
This package adds useful extension methods to .NET Framework types in the System.Collections namespace.
Isg.EntityFramework.Interceptors.Auditable
This package provides an interceptorfor EntityFramework Code First which will plug in auditing fields on data models.
Isg.Extensions
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().
Isg.Enums
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. Flag enums are not currently supported.
Isg.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.
Isg.EntityFramework.Interceptors
This package provides a means of intercepting entities before they are saved and taking custom actions.
Isg.Domain
This package provides a interfaces used by other members of the Isg.EntityFramework family of packages.
Isg.EntityFramework.ObservableProvider
This package provides additional events for when EntityFramework connections are opened and closed, or commands are executed.
Isg.Specification
This package provides some classes and extension methods to support the Specification pattern.
Isg.Time
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.