Re: Personalization question
- From: "Hillbilly" <somebody@xxxxxxxxxxxxx>
- Date: Wed, 10 Sep 2008 23:50:07 -0500
Using Membership is fast and efficient because its all built in but not scalable it seems so yes, if you want or need relational Profiles use ADO.NET. An example that could require justifying the use of ADO.NET would be a person with Profile data using your application as an individual and that same person having Profile data while using your application as a member of some company.
It comes down to how liberal or strict you manage normalization.
"Cirene" <cirene@xxxxxxxxxxx> wrote in message news:uDqeEW7EJHA.3616@xxxxxxxxxxxxxxxxxxxxxxx
It almost seems more beneficial for me to create my own table to store this info. Or am I missing something?
Thanks!
"Hillbilly" <somebody@xxxxxxxxxxxxx> wrote in message news:%235FEIB6EJHA.3996@xxxxxxxxxxxxxxxxxxxxxxx1stly, Learn about the Profile Table Provider and why Scott Gu had to release the Table Provider --after-- 2.0 itself was released when developers discovered the default Profile provider stored data in a delineated object making it quite impossible to query data in so many words. So read Scott Gu's blog on this matter and get the Table Provider.
2ndly, yes, we can add new fields and their types to the table anytime. Neither of the Profile Providers support foreign keys and related tables. The System.Web.Security.Membership class is used to NURD all Profile data via the provider you configure in your web.config file.
"Cirene" <cirene@xxxxxxxxxxx> wrote in message news:%23cDlxD3EJHA.4904@xxxxxxxxxxxxxxxxxxxxxxxI have been looking into Personalization, Membership and Role Management.
If I understand it correctly, I should use Personalization to store extra info about the user, such as:
First Name, Last Name, City, State, Zip, Birth Date, Last Login, Etc....
Is it a problem if later (like in a few months) I have to add additional Profile items, such as Phone Number, etc... or delete existing profile items? Will everything be managed automatically?
Do I basically get the point?
.
- References:
- Personalization question
- From: Cirene
- Re: Personalization question
- From: Hillbilly
- Re: Personalization question
- From: Cirene
- Personalization question
- Prev by Date: Oris Williams F1 Day Date Stainless Steel Mens Watch 635-7595-4164RS Recommendation Discount Watches
- Next by Date: Get SessionID for all persons using the application?
- Previous by thread: Re: Personalization question
- Next by thread: Update DB through webservice
- Index(es):
Relevant Pages
|