- ASP.NET Quickstart Tutorials – Storing User Profiles
 - MSDN – SqlProfileProvider Class
 - MSDN – ASP.NET Profile Properties
 - Table Profile Provider and Stored Procedure Profile Provider – the easiest to understand and adopt; works extremely well
 - TechTarget.com – Creating custom ASP.NET 2.0 profile providers – very interesting way of implementing it
 - OdeToCode.com – Profiles in ASP.NET 2.0 – A pretty thorough examination of the default SqlProfileProvider
 - EggHeadCafe.com – Integrating Customized Roles, Membership and Profiles in ASP.NET 2.0
 
By Bryan Xu