Top 20 NuGet Packages

An extension method for configuring NHibernate.Sessions using FluentNHibernate
This DriverConnectionProvider can be used with Sqlite In Memory databases to ensure that a single connection is kept and never closed (so the schema is not lost).
Utility class used for adjusting NHibernate mappings for options not supported by Sqlite. See http://kozmic.pl/archive/2009/08/17/adjusting-nhibernate-mapping-for-tests.aspx.
An NHibernate IInterceptor which adds an SQL comment containing a method name to all generated SQL. Finds the method name by walking the stack trace selecting the first method matching the supplied predicate.
A base class for creating immutable composite user types
A base class for creating immutable user types
An extension for determining whether or not an object can be repsresented as a string
An extension for representing an object's public instance property values as a series of values in alphabetical order of the property names
A simple implementation of IReadOnlyList<T> representing a page in a collection
A utility class for retrying an invocation a specified number of times, with a specified interval between retries
Quarks.Runtime
A utility class for manipulating text in sentences
Adds an extension to String for Contains, with a case-insensitive option
A functional switch statement based on code by Bart De Smet: http://bartdesmet.net/blogs/bart/archive/2008/03/30/a-functional-c-type-switch.aspx
A fake implementation of HttpResponseBase
A simple utility class which enables mocking of DateTime
A simple utility class which enables mocking of DateTimeOffset
A class which is useful for asserting invocations of IRetrier in tests
A Type extension which returns true if the type either derives from the given type (if the given type is a class or struct), or implements the given interface, whether it be directly or indirectly through its inheritance hierarchy.
A Type extension which allows the invocation of a generic method specifying the generic type at runtime. eg. If a method's signature is: void MyMethod<T>() you can use InvokeGenericMethod(instance, runtimeType, "MyMethod") to invoke it with any type.