深瞳

夜如深瞳,瞳深如夜

  :: :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::

2006年1月25日

摘要: Chapter 11. Security ASP.NET provides authentication and authorization services in conjunction with IIS, supporting Basic, Digest, and Windows authentication. Impersonation using client credentials is... 阅读全文
posted @ 2006-01-25 11:01 深瞳 阅读(545) 评论(0) 推荐(0) 编辑

摘要: Chapter 10. State Management Before we begin discussing state management in ASP.NET, let's get one thing straight: Attempting to manage state in Web applications goes against the fundamental design pr... 阅读全文
posted @ 2006-01-25 10:57 深瞳 阅读(601) 评论(0) 推荐(0) 编辑

摘要: Chapter 9. Caching The distributed nature of the Web provides many opportunities for performance improvement through caching. In general, caching is the temporary storage of state for faster retrieval... 阅读全文
posted @ 2006-01-25 10:53 深瞳 阅读(761) 评论(1) 推荐(0) 编辑

摘要: Chapter 8. Custom Controls At its core, ASP.NET is a control-based architecture, defined in the following way: A Page is a control. Any control may contain child controls. A control is rendered by... 阅读全文
posted @ 2006-01-25 10:49 深瞳 阅读(1090) 评论(0) 推荐(0) 编辑

摘要: Chapter 7. Data Binding This chapter covers the process of binding data to controls. ASP.NET introduces a new syntax for data binding that is convenient to use in conjunction with the ADO.NET Data... 阅读全文
posted @ 2006-01-25 10:39 深瞳 阅读(823) 评论(0) 推荐(0) 编辑

摘要: Chapter 6. Validation In addition to visual controls, discussed in Chapter 2, which render HTML based on their current state, ASP.NET provides a set of validation controls, which make it simple to add... 阅读全文
posted @ 2006-01-25 09:48 深瞳 阅读(870) 评论(0) 推荐(0) 编辑