AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Profiles In ASP.NET 2.0 : Scott Allen

Friday, October 17 2008

The Profile object in ASP.NET 2.0 saves us from writing tables, stored procedures, and classes to manage user settings. A good web site will remember me. Perhaps the site will remember my favorite color scheme, or my preferred shipping address. Either way, if a site makes me feel like I’m not just another IP address on the web, I’m more likely to return in the future. Adding a personal touch for your end-users can make a difference. Personalization requires a bit of work, however. We need to track users and save their preferences between visits. We need database tables, SQL queries, and some well designed classes. Fortunately, ASP.NET 2.0 saves us from all the grunge work by giving us built-in profiling features we can use....

Read More:
Profiles In ASP.NET 2.0 : Scott Allen
Also See:
ASP.NET Best Practices for High Performance Applications : Ali Khan
Tracing in ASP.NET 2.0 : Richard Bean
Make your ASP.NET Application Install It's Own Database : Peter A Bromberg
Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: The Basics : Scott Mitchell
DataGrid Paging and Sorting Using A DataReader : Dimitrios Markatos

Post your comment

Comment