So much to do, So little time. PgsqlMembershipProvider

Started working on a postgresql membership provider for ASP.NET 2.0 that I hope to use with Mono.

Two great resources: http://msdn2.microsoft.com/en-us/library/6tc47t75 and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNETProvMod_Prt1.asp

Haven’t got to testing it yet, but I at least see the big picture for the MembershipProvider base class. Hopefully I’ll get to RoleProvider and some others.

1 thought on “So much to do, So little time. PgsqlMembershipProvider”

  1. My company is implementing Profile , Memership and Role provider for PgSQl too. I was wondering aren’t there any standart unit tests for these providers, which rely on the abstract interfaces. I think microsoft should publish unit tests for this , since they can apply for any custom implementation and will help development.

Comments are closed.