forked from jgauffin/griffin.mvccontrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jgauffin edited this page May 9, 2012
·
7 revisions
The goal with the project is to make it easier to work with ASP.NET MVC3.
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
An article has been published at CodeProject
Have you wanted to modify the HTML that the helpers generate? Now you can.
Read more: HtmlHelpers
http://blog.gauffin.org/2012/05/griffin-mvccontrib-the-plugin-system/