What's the best practice or design pattern for user registration ?

Posted by Space Cracker on Stack Overflow See other posts from Stack Overflow or by Space Cracker
Published on 2010-05-02T05:07:56Z Indexed on 2010/05/02 5:17 UTC
Read the original article Hit count: 222

Filed under:
|
|

We have a big portal that needs user registration to allow them use its services. It's already done in .NET and SOL Server 2005. we are in the phase now of discovering all the problems of the current registration system to build a new robust flexible one that can be extended easily and can be more usable for all services.

Could any help me find best practices and design patterns to help me rebuild this using good architectural practices?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET