I
ILaughLouder
Hi all.
Does anyone know why there is no UserID in the Membership class? I
think it's because the ASP.NET team wants developers to use their own
User class in conjunction with the Membership and Profile classes. But
it's doesn't make any sense, when you already got the user name, email
address, last login etc. Is the only easy alternative to store the user
id in a session? That's not at all OO!!
I really don't get it. Everyone uses the user id for queries and yeah
anything else where you need to do something user specific. Their
should had got it right in ASP.NET 1.1, but nooooo.
Am I the only one who think this is crazy?
Does anyone know why there is no UserID in the Membership class? I
think it's because the ASP.NET team wants developers to use their own
User class in conjunction with the Membership and Profile classes. But
it's doesn't make any sense, when you already got the user name, email
address, last login etc. Is the only easy alternative to store the user
id in a session? That's not at all OO!!
I really don't get it. Everyone uses the user id for queries and yeah
anything else where you need to do something user specific. Their
should had got it right in ASP.NET 1.1, but nooooo.
Am I the only one who think this is crazy?