ASP.NET2.0最新服务、控制特征的概述

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

概述
ASP.NET2.0另一个驱动新特征是profile提供了个性集缓冲器和其他个人用户的现成解决方法。目前,这些数据存储在cookies,后台数据库或者同时存在于两者之中。不管集合是怎样存储的,asp.NET1.X不起任何作用。
asp.NET2.0的profile可以很容易地存储个人用户数据和进行任意的检索。你可以从web.config文件里定义一个profile开始。

Profiles
Another compelling new feature of ASP.NET 2.0 is profiles, which provide a ready-built solution to the problem of persistently storing personalization settings and other per-user data items. Currently, such data is typically stored in cookies, back-end databases, or a combination of the two. No matter where settings are stored, asp.NET 1.x does little to help.