摘要
在ASP.NET开发中,有一些无需new(创建)就能使用的对象,被称为内置对象。这些内置对象提供了丰富的功能,如网页中数据的输入输出、网页之间数据的传递、服务器端和客户端信息的获取等。掌握好内置对象对网页功能的实现至关重要。详细讲解了其中的Session对象和Application对象。通过简单实用的应用举例,重点阐明了两者的联系与区别。
In the ASP.NET development,there are objects no need to create and can be used,and are called built-in objects.These built-in objects are full of functionality,such as data input and output in Web pages,data transmission between Web pages,acquiring information of the server and client,etc.Mastering these built-in objects is important for the realization of web page functions.This article has explained the details of session and application objects.By a simple and practical example,it emphasize the relationships and differences between them.
出处
《电脑编程技巧与维护》
2011年第14期14-15,共2页
Computer Programming Skills & Maintenance