ASP.NET 1.1 Solutions Toolkit

Throughout this book we’ll be developing a set of solutions (in the form of custom controls most of the time) designed to tackle the more common needs of Web Application development. These range from simple and self-contained controls, like the Spinner control developed in Chapter 2, to more adva...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Những tác giả chính: Aprea, Victor Garcia, Cazzulino, Daniel, Delorme, Rick, Dewson, Robin
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Springer 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/30646
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:Throughout this book we’ll be developing a set of solutions (in the form of custom controls most of the time) designed to tackle the more common needs of Web Application development. These range from simple and self-contained controls, like the Spinner control developed in Chapter 2, to more advanced and complex solutions, such as the Search engine presented in Chapter 14. While developing these solutions, we tried to demonstrate the most varied offering of different approaches as possible. For example, you’ll find some controls that use a database for their storage needs while others will simply rely on an XML file to store any data. Moreover, you’ll notice that some of them are designed to work only with a database as their data source while others are designed with a more flexible (and complex) approach in mind thus allowing almost any data to be used as its source. You’ll notice these different approaches not only regarding data access, but also with other aspects, like rendering. Some controls will just directly write literal HTML to the stream while others will rely on composition to do the same.