# griffin.mvccontrib **Repository Path**: longdaddy/griffin.mvccontrib ## Basic Information - **Project Name**: griffin.mvccontrib - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Griffin.MvcContrib ================== A contribution project for ASP.NET MVC. ***I do not actively maintain this library anymore, but pull requests are most welcome*** Current features ---------------- Read the wiki for a more detailed introduction. * A more SOLID membership provider (uses the DependencyResolver to fetch each part) * Easy model, view and validation localization without ugly attributes. * HtmlHelpers that allows you to extend them or modify the generated HTML before it's written to the view. * Base structure for JSON responses to allow integration between different plugins. * Administration area for localization administration Installation (nuget) -------------------- // base package install-package griffin.mvccontrib // administration area install-package griffin.mvccontrib.admin // sql server membership provider (and localization storage) install-package griffin.mvccontrib.sqlserver // ravendb membership provider (and localization storage) install-package griffin.mvccontrib.ravendb Documentation -------------- * [Core](http://griffinframework.net/docs/mvccontrib/) * [Admin](http://griffinframework.net/docs/mvccontrib/admin/) * [Forum/Mailing list](https://groups.google.com/forum/#!forum/mvccontrib)