Skip to content
jgauffin edited this page May 9, 2012 · 7 revisions

Griffin.MvcContrib

The goal with the project is to make it easier to work with ASP.NET MVC3.

Membership provider

The project includes A membership provider that uses DepepndencyResolver to locate it's dependencies. The goal was to make a provider which is easier to extend and customize. You don't have to know how to create a complete provider, just implement the IAccountRepository interface to add support for your data source.

Read more: MembershipProvider

Localization

An article has been published at CodeProject

Html helpers

Have you wanted to modify the HTML that the helpers generate? Now you can.

Read more: HtmlHelpers

Creating plugins in ASP.NET MVC3

http://blog.gauffin.org/2012/05/griffin-mvccontrib-the-plugin-system/

Database integrations