ASP.NET v. 2.0-The Beta Version (Paperback)
暫譯: ASP.NET v. 2.0 - 測試版 (平裝本)

Alex Homer, Dave Sussman, Rob Howard

  • 出版商: Addison Wesley
  • 出版日期: 2004-07-27
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 672
  • 裝訂: Paperback
  • ISBN: 0321257278
  • ISBN-13: 9780321257277
  • 相關分類: .NETASP.NET
  • 已絕版

買這商品的人也買了...

商品描述

Description:

Praise for ASP.NET v. 2.0—The Beta Version

"This fast-paced book looks like an ideal way to jumpstart your ASP.NET 2.0 experience. It has coverage of all of the new bits and had me tapping away at my keyboard in no time."
         —Darren Neimke, Microsoft MVP-ASP.NET

"The new features in ASP.NET 2.0 will amaze and astound you, and these authors have methodically outlined the features with clear and concise examples. An absolute must for your library!"
         —Ronda Pederson, consultant

"These authors take the pain out of getting up to speed on the many new features in the ASP.NET 2.0 beta."
         —Ken Cox, Microsoft MVP-ASP.NET
             and ASP.NET Developer

"A clear and concise, yet thorough, introduction to new and improved features that are set to take the Web development community by storm in ASP.NET 2.0. An excellent resource for any ASP.NET developer."
         —Olga Londer, Microsoft MVP-IIS/CMS
             and Principal Technologist, QA

"ASP.NET 2.0 is not just a minor update. It allows you to create Web applications in an entirely new way. Just reading the chapter on the new membership and security features of ASP.NET 2.0 will make this book worth your while."
         —Douglas Reilly, MVP-ASP.NET
             Access Microsystems Inc.

"There's a large 'wow' factor to this book, which, coupled with the well-worded text and excellent examples, makes you wish the final release wasn't just out of reach."
         —Dan Maharry, .NET Developers Journal

Praise for A First Look at ASP.NET v. 2.0

"I would highly recommend A First Look at ASP.NET v. 2.0 to existing ASP.NET developers. The topic is exciting and the authors did a great job of covering the bases in an enjoyable and easy-to-follow format."
         —Scott Forsyth, Microsoft MVP-ASP/ASP.NET,
             Director of IT, Orcsweb.com

"Those of us lucky enough to attend PDC or have an MSDN universal subscription can access the ASP.NET 2.0 alpha. For the rest of the world with an interest in 'Whidbey,' the next best thing to the actual bits is this book."
         —Scott Cate, Senior Engineer,
             myKB.com Corporation

"I couldn't wait to get my hands on this new title--not only does it open with Scott Guthrie's foreword, but it includes a chapter on caching by Rob Howard and features the exceptional writing talents of Alex Homer and Dave Sussman."
         —Rob Chartier, Microsoft MVP-ASP/ASP.NET

"The authors have worked closely with the ASP.NET team at Microsoft to make sure that this book is authoritative, accurate, and informative. Anyone using ASP.NET will find a wealth of useful info on the next version."

         —Scott Guthrie, Product Unit Manager, Web Platform and Tools Team, Microsoft

In this book, three world-class ASP.NET experts present a start-to-finish, developer-focused preview of Microsoft's latest Web development breakthrough: ASP.NET 2.0.

The first book to fully reflect the new ASP.NET 2.0 Beta, ASP.NET v. 2.0—The Beta Version identifies powerful new best practices for ASP.NET development. It will give you a jumpstart in creating new applications, optimizing their performance, extending them to mobile environments, improving their accessibility, and simplifying their deployment and management.

Drawing on their unsurpassed experience and unfettered access to Microsoft's ASP.NET development team, the authors cover every significant platform enhancement. Using realistic code examples, they illuminate improvements in data access, user-interface development, portals, personalization, security, and many other areas.

Coverage includes:

  • Using ASP.NET 2.0's new Visual Web Developer and administration tools
  • Simplifying database integration with "code-free" data binding and new data source controls
  • Using Master Pages to improve control over application look-and-feel
  • Strengthening security with membership providers, security server controls, cookieless forms authentication, and the new Role Manager
  • Simplifying personalization with ASP.NET 2.0 Themes
  • Building fast, flexible portals with newly improved Web Parts and the new Portal Framework
  • Delivering more effective mobile device support—with less complexity
  • Previewing new controls—including FormView, CreateUserControl, and other innovations absent from earlier ASP.NET 2.0 Technology Previews
  • Leveraging major improvements to existing controls
  • Improving accessibility for disabled site visitors and application users

Currently assessing ASP.NET 2.0? Piloting it? Already building production applications with it? Wherever you stand, wherever you're headed with ASP.NET 2.0, this book will get you there.

 

Table of Contents:

 Figures.

Tables.

Foreword.

Preface.

1. An Introduction to ASP.NET 2.0.

What's Wrong with ASP.NET 1.x?

New Features.

Compilation and Deployment.

Development Tools.

Summary.

2. Tools and Architecture.

Visual Studio 2005.

Code Separation.

Dynamic Compilation.

Pre-compilation of Applications.

Summary.

3. Data Source Controls and Data Binding.

Code-Free Data Binding.

Data Source Controls.

Summary.

4. The GridView, DetailsView, and FormView Controls.

The GridView Control.

The DetailsView Control.

The FormView Control.

The New and Simplified Data Binding Syntax.

Building Data-Bound Pages with Visual Studio 2005.

Summary.

5. Master Pages and Navigation.

Master Pages in Detail.

Navigation.

Summary.

6. Security.

Membership.

Security Server Controls.

Role Manager.

Cookieless Forms Authentication.

The Web Site Administration Tool.

Summary.

7. Personalization and Themes.

Storing and Retrieving User Personalization Data.

Anonymous Identification.

Anonymous Personalization.

The Provider Design Pattern.

Writing a Personalization Provider.

Configuring Profile Properties.

Themes.

8. Web Parts and the Portal Framework.

The ASP.NET 2.0 Portal Framework.

A Simple Web Parts Example Page.

Connecting Web Parts.

Working with Web Parts in Code.

Web Parts and Visual Studio 2005.

Summary.

9. Pages, Posting, Resources, and Validation.

Cross-Page Posting.

Validation.

URL Mapping.

Client-Side Script Features.

New Form Capabilities.

Changes to Page Directives.

Changes to Page Headings.

xHTML Compliance.

The Page and Control Life Cycle.

Site and Page Counters.

Resources and Localization.

Web Resources.

Summary.

10. The New Browser and Mobile Device Controls.

Programming for Different Types of Devices.

The Unified Control and Adapter Architecture.

Summary of the New Controls in ASP.NET 2.0.

The New Controls in Detail.

New Controls within the HtmlControls Namespace.

Controls and Attributes Specific to Mobile Devices.

Mobile Browser Emulators.

Summary.

11. Enhancements to Existing Controls.

Summary of New Control Features.

Tables of Control Enhancements.

Details of Individual Control Enhancements.

Summary.

12. Caching.

Enabling Database Cache Invalidation.

Invalidating the ASP.NET Cache.

The SqlCacheDependency Class.

The CacheDependency Class.

Summary.

13. Configuration and Administration.

Application Configuration Files.

State Management.

The Web Site Administration Tool.

The Management API.

IIS Integration.

Summary.

Index.

商品描述(中文翻譯)

描述:
對於 ASP.NET v. 2.0—Beta 版本的讚譽
「這本快速進入主題的書籍看起來是啟動您 ASP.NET 2.0 體驗的理想方式。它涵蓋了所有新特性,讓我很快就開始在鍵盤上敲擊。」
—Darren Neimke, Microsoft MVP-ASP.NET

「ASP.NET 2.0 中的新功能將讓您驚訝不已,這些作者以清晰簡潔的範例系統性地概述了這些功能。這是您圖書館中必備的書籍!」
—Ronda Pederson, 顧問

「這些作者讓您輕鬆掌握 ASP.NET 2.0 beta 中的許多新功能。」
—Ken Cox, Microsoft MVP-ASP.NET
及 ASP.NET 開發者

「這是一本清晰簡潔但又全面的介紹,涵蓋了將在 ASP.NET 2.0 中引起網頁開發社群轟動的新功能和改進。對於任何 ASP.NET 開發者來說,這是一本極好的資源。」
—Olga Londer, Microsoft MVP-IIS/CMS
及 QA 首席技術專家

「ASP.NET 2.0 不僅僅是一個小更新。它讓您以全新的方式創建網頁應用程式。僅僅閱讀關於 ASP.NET 2.0 新會員和安全功能的章節,就會讓這本書值得您花時間。」
—Douglas Reilly, MVP-ASP.NET
Access Microsystems Inc.

「這本書有著很大的『驚豔』因素,結合了措辭優雅的文字和出色的範例,讓您希望最終版本不僅僅是遙不可及。」
—Dan Maharry, .NET Developers Journal

對於《ASP.NET v. 2.0 的初步了解》的讚譽
「我會強烈推薦《ASP.NET v. 2.0 的初步了解》給現有的 ASP.NET 開發者。這個主題令人興奮,作者在愉快且易於跟隨的格式中做了很好的覆蓋。」
—Scott Forsyth, Microsoft MVP-ASP/ASP.NET,
Orcsweb.com IT 總監

「我們這些幸運地參加 PDC 或擁有 MSDN 通用訂閱的人可以訪問 ASP.NET 2.0 alpha。對於其他對『Whidbey』感興趣的人來說,這本書是接近實際版本的最佳選擇。」
—Scott Cate, 高級工程師,myKB.com Corporation

「我迫不及待想要拿到這本新書——它不僅以 Scott Guthrie 的前言開場,還包括 Rob Howard 的緩存章節,並展現了 Alex Homer 和 Dave Sussman 的卓越寫作才能。」
—Rob Chartier, Microsoft MVP-ASP/ASP.NET

「作者與 Microsoft 的 ASP.NET 團隊密切合作,確保這本書是權威的、準確的和資訊豐富的。任何使用 ASP.NET 的人都會發現下一版本中有大量有用的信息。」
—Scott Guthrie, Microsoft 網頁平台和工具團隊產品單位經理

在這本書中,三位世界級的 ASP.NET 專家提供了一個從頭到尾、以開發者為中心的預覽,介紹 Microsoft 最新的網頁開發突破:ASP.NET 2.0。

這是第一本全面反映 ASP.NET 2.0 Beta 的書籍,《ASP.NET v. 2.0—Beta 版本》確定了 ASP.NET 開發的新最佳實踐。它將幫助您快速啟動新應用程式的創建、優化其性能、擴展到移動環境、改善可及性,並簡化其部署和管理。

作者利用他們無與倫比的經驗和對 Microsoft ASP.NET 開發團隊的自由訪問,涵蓋了每一個重要的平台增強功能。通過現實的代碼範例,他們闡明了數據訪問、用戶界面開發、門戶、個性化、安全性及其他許多領域的改進。

涵蓋內容包括:
- 使用 ASP.NET 2.0 的新 Visual Web Developer 和管理工具
- 通過「無代碼」數據綁定和新的數據源控制簡化數據庫集成
- 使用主頁面改善應用程式的外觀和感覺
- 通過會員提供者、安全伺服器控制、無 Cookie 表單身份驗證和新的角色管理器加強安全性
- 通過 ASP.NET 2.0 主題簡化個性化
- 使用新改進的 Web Parts 和新的門戶框架構建快速、靈活的門戶
- 提供更有效的移動設備支持——減少複雜性
- 預覽新控制——包括 FormView、CreateUserControl 和其他在早期 ASP.NET 2.0 技術預覽中缺失的創新
- 利用對現有控制的重大改進
- 改善殘障網站訪問者和應用程式用戶的可及性

目前正在評估 ASP.NET 2.0?正在試用它?已經在使用它構建生產應用程式?無論您處於何種狀態,無論您在 ASP.NET 2.0 上的前進方向如何,這本書都將幫助您達成目標。

目錄:
圖表。
表格。
前言。
序言。
1. ASP.NET 2.0 簡介。
- ASP.NET 1.x 的問題?
- 新功能。
- 編譯和部署。
- 開發工具。
- 總結。
2. 工具和架構。
- Visual Studio 2005。
- 代碼分離。
- 動態編譯。
- 應用程式的預編譯。
- 總結。
3. 數據源控制和數據綁定。
- 無代碼數據綁定。
- 數據源控制。
- 總結。
4. GridView、DetailsView 和 FormView 控制。
- GridView 控制。
- DetailsView 控制。
- FormView 控制。
- 新的簡化數據綁定語法。
- 使用 Visual Studio 2005 構建數據綁定頁面。
- 總結。
5. 主頁面和導航。
- 主頁面的詳細介紹。
- 導航。
- 總結。
6. 安全性。
- 會員。
- 安全伺服器控制。
- 角色管理器。
- 無 Cookie 表單身份驗證。
- 網站管理工具。
- 總結。
7. 個性化和主題。
- 儲存和檢索用戶個性化數據。
- 匿名識別。
- 匿名個性化。
- 提供者設計模式。
- 編寫個性化提供者。
- 配置個人資料屬性。
- 主題。
8. Web Parts 和門戶框架。
- ASP.NET 2.0 門戶框架。
- 一個簡單的 Web Parts 範例頁面。
- 連接 Web Parts。
- 在代碼中使用 Web Parts。
- Web Parts 和 Visual Studio 2005。
- 總結。
9. 頁面、發佈、資源和驗證。
- 跨頁發佈。
- 驗證。
- URL 映射。
- 客戶端腳本功能。
- 新的表單功能。
- 頁面指令的變更。
- 頁面標題的變更。
- xHTML 合規性。
- 頁面和控制生命週期。
- 網站和頁面計數器。
- 資源和本地化。
- 網頁資源。
- 總結。
10. 新的瀏覽器和移動設備控制。
- 為不同類型的設備編程。
- 統一控制和適配器架構。
- ASP.NET 2.0 中新控制的總結。
- 新控制的詳細介紹。
- HtmlControls 命名空間中的新控制。
- 特定於移動設備的控制和屬性。
- 移動瀏覽器模擬器。
- 總結。
11. 對現有控制的增強。
- 新控制功能的總結。
- 控制增強的表格。
- 單個控制增強的詳細信息。
- 總結。
12. 緩存。
- 啟用數據庫緩存失效。
- 使 ASP.NET 緩存失效。
- SqlCacheDependency 類。
- CacheDependency 類。
- 總結。
13. 配置和管理。
- 應用程式配置文件。
- 狀態管理。
- 網站管理工具。
- 管理 API。
- IIS 集成。
- 總結。
索引。