Wednesday, June 25, 2008

PostgreSql Membership Provider

I don't know about everyone out there but I have used just about every database available and I have settled on PostgreSql. Definitely my favorite. To use PostgreSql with the .Net MembershipProvider, a guy named Lee has put in some great work to make it happen. You can get it here: http://blog.woodchop.com/2006/09/postgresql-membership-provider-for.html

2 comments:

Joksim said...

The link is not working anymore?
Anyone can reference me to another site that hosted the data?

Jeremy Holovacs said...

I wrote a provider for postgresql as well... unit tests and some documentation... I wasn't really impressed with the other implementations I saw out there.

Feel free to take a look at it here. I'd like to get some feedback.