Recent Posts

Tags

Community

Email Notifications

All Links

Blogs I Read

My Articles

JavaScript & CSS

Date & Time

SQL Server 2000/2005

Articles I Read

ASP.NET Free Controls

MVFP (Most Valuable Forum Posts)

Archives

Browse by Tags

All Tags » Profile in ASP.NET 2.0 (RSS)
Sorry, but there are no more tags available to filter with.
Another Community Night @ Microsoft Office
On Monday, October 3, 2005: I deleivered a 2 and a half hours session on the new Profile Object in ASP.NET 2.0. The feedback was great, I got like 9/9 evaluation :D Check the presentation and the demo code @ http://www.lebdev.net Regards
Profile VS. Session
I would like to point out some of the similarities/differences bewteen both Session and Profile objects: Profile: 1- Profile object is scoped to a particular user: Each user of a web application automatically has his own profile. 2- Profile object is...
Profile & Anonymous State
I was exploring today Profile and how to work with them. I notice something which I would like to share it with you. Suppose we have the following configuration section: < authentication mode ="Forms" /> < anonymousIdentification enabled ="true...