1. Griffin MvcContrib

    By:

    * Zero code localization. You don't even have to use the [Display] attribute. * A MembershipProvider that uses the DependencyResolver and a few interfaces to make it easier to understand. * Better HtmlHelpers which lets you modify the HTML tags before they are written to the view. Read the homepage for more information

  2. Griffin.Container

    By:

    Inversion Of Control container which is reasonable fast (faster than Unity, Autofac, Ninject etc) and very easy to configure.

  3. Griffin.Networking

    By:

    A somewhat performant networking library written in C#. Helps you create well structured networking applications faster and easier.

  4. Griffin.AdoNetFakes

    By:

    A complete ADO.NET driver implementation. It's purpose is to aid unit testing of libraries which are dependent of ADO.NET See the project site for more detailed documentation.

  5. Griffin.Container.Mvc3

    By:

    ASP.NET integration package for Griffin.Container

  6. Griffin.Decoupled

    By:

    Griffin.Decoupled is a library which helps you create decoupled and scalable applications in a simple way using commands and domain events

  7. Griffin.Container.Mvc4

    By:

    ASP.NET MVC4/WebApi integration package for Griffin.Container. Add "GriffinContainerConfig.Configure();" to global.asax after the installation.

  8. Griffin.Networking.Protocol.Http

    By:

    HTTP implementation for Griffin.Networking. It can be used to create HTTP clients and Servers with Griffin.Networking

  9. Griffin.Container.Wcf

    By:

    WCF integration package for Griffin.Container

  10. Griffin.Container.WebApi

    By:

    This package have been merged with MVC4. Download that package instead.

  11. Griffin.MvcContrib.Admin (beta)

    By:

    Adds an administration area used to handle localization of views, models and validation messages. By installing it, you get zero-code localization of your project.

    1,092 downloads

  12. Griffin.Container.Interception

    By:

    Allows you to for instance log all method calls or log all exceptions without having to change any of your classes.

  13. Griffin.Decoupled.Container

    By:

    Support for Griffin.Container

  14. Griffin.Decoupled.RavenDB

    By:

    Support for RavenDB

  15. Griffin.MvcContrib.SqlServer

    By:

    SqlServer integration package for Griffin.MvcContrib

    918 downloads

  16. Griffin.Decoupled.RavenDB.Embedded

    By:

    Support for RavenDB (embedded)

  17. Griffin.MvcContrib.RavenDb

    By:

    Contains an implementation of the membership provider and the localization features.

    718 downloads

  18. Griffin.Table

    By:

    A well-documented table plugin for jQuery which uses Ajax/JSON to fetch items. Supports jQueryUI, paging, theming and searching.

  19. Griffin.Networking.Protocol.Basic

    By:

    Allows you to transport objects over the networking without having to care about the networking. This protocol uses a small binary header (version+length). The actual object is encoded as JSON.

  20. Griffin.Table.Mvc3

    By:

    ASP.NET MVC3 integration package for the jQuery table plugin Griffin.Table.

    548 downloads