Murach's ASP.NET 2.0 Web Programming with VB 2005
暫譯: Murach 的 ASP.NET 2.0 網頁程式設計與 VB 2005

Anne Boehm, Doug Lowe

  • 出版商: Mike Murach
  • 售價: $1,730
  • 貴賓價: 9.5$1,644
  • 語言: 英文
  • 頁數: 841
  • 裝訂: Paperback
  • ISBN: 1890774324
  • ISBN-13: 9781890774325
  • 相關分類: .NETASP.NET
  • 已過版

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

相關主題

商品描述

Description

With ASP.NET 2.0, Microsoft has made some dramatic improvements to an already-good product. The new product is packed with features that help developers add functionality and quality to their web applications more easily than ever before. And you can download an Express edition of the software that you need for developing ASP.NET 2.0 applications for free!

The trick, of course, is learning how to use ASP.NET 2.0 the way the top Visual Basic developers do. And that's where this book comes in.

Whether you're coming to ASP.NET 2.0 with a background in ASP.NET 1.x, classic ASP, or Java servlets/JSPor with no web background at allthis book will get you off to a fast start. In fact, by the end of chapter 4, you'll know how to use Visual Studio 2005 to develop and test multi-page database applications. No other ASP.NET 2.0 book gets you started that fast.

But this is much more than a beginning book. By the time you're done, you'll have all the skills you need to develop web applications at the professional level. You'll also find that this book does double duty as the best on-the-job reference book that money can buy. No other ASP.NET 2.0 book teaches you so much or so thoroughly.

 

Table of Contents

Section 1 The essence of ASP.NET web programming  
Chapter 1  An introduction to ASP.NET web programming  3
Chapter 2  How to develop a one-page web application  29
Chapter 3  How to develop a multi-page web application  69
Chapter 4  How to test and debug an ASP.NET application  113

Section 2 Basic ASP.NET skills  
Chapter 5  A crash course in HTML  151
Chapter 6  How to work with server controls  187
Chapter 7  How to use the validation controls  231
Chapter 8  How to manage state  257
Chapter 9  How to use master pages  285
Chapter 10  How to use site navigation  305
Chapter 11  How to use themes  323

Section 3 ASP.NET database programming  
Chapter 12  An introduction to database programming  347
Chapter 13  How to use SQL data sources  371
Chapter 14  How to use the GridView control  407
Chapter 15  How to use the DetailsView and FormView controls  445
Chapter 16  How to use object data sources  485

Section 4 Professional ASP.NET skills  
Chapter 17  How to secure a web site  519
Chapter 18  How to use login controls to authenticate users  539
Chapter 19  How to use profiles to personalize a web site  585
Chapter 20  How to use the MultiView and Wizard controls  617
Chapter 21  How to use email, custom error pages, and back-button control  643
Chapter 22  How to use web parts to build portals  673
Chapter 23  How to configure and deploy ASP.NET 2.0 applications  705

Section 5 Developing reusable code  
Chapter 24  How to develop user controls  725
Chapter 25  How to develop custom server controls  747
Chapter 26  An introduction to web services  789

Resources    
Appendix A  How to install and use the software and downloadable files  805
Index  821

商品描述(中文翻譯)

描述
隨著 ASP.NET 2.0 的推出,微軟對這個已經相當優秀的產品進行了劇烈的改進。這個新產品擁有許多功能,幫助開發者比以往更輕鬆地為他們的網頁應用程式添加功能和品質。而且,您可以免費下載開發 ASP.NET 2.0 應用程式所需的 Express 版本軟體!

當然,關鍵在於學會如何像頂尖的 Visual Basic 開發者一樣使用 ASP.NET 2.0。這就是本書的用武之地。

無論您是從 ASP.NET 1.x、經典 ASP、Java servlets/JSP 的背景進入 ASP.NET 2.0,還是完全沒有網頁背景,本書都能讓您快速入門。事實上,到第 4 章結束時,您將知道如何使用 Visual Studio 2005 開發和測試多頁面資料庫應用程式。沒有其他 ASP.NET 2.0 書籍能讓您這麼快上手。

但這不僅僅是一本入門書籍。當您完成本書時,您將擁有開發專業級網頁應用程式所需的所有技能。您還會發現,本書同時也是一本最佳的在職參考書,物超所值。沒有其他 ASP.NET 2.0 書籍能教您這麼多或這麼徹底。

目錄
第一部分 ASP.NET 網頁程式設計的本質
第 1 章 ASP.NET 網頁程式設計簡介 3
第 2 章 如何開發單頁網頁應用程式 29
第 3 章 如何開發多頁網頁應用程式 69
第 4 章 如何測試和除錯 ASP.NET 應用程式 113

第二部分 基本 ASP.NET 技能
第 5 章 HTML 快速入門 151
第 6 章 如何使用伺服器控制項 187
第 7 章 如何使用驗證控制項 231
第 8 章 如何管理狀態 257
第 9 章 如何使用母版頁面 285
第 10 章 如何使用網站導航 305
第 11 章 如何使用主題 323

第三部分 ASP.NET 資料庫程式設計
第 12 章 資料庫程式設計簡介 347
第 13 章 如何使用 SQL 資料來源 371
第 14 章 如何使用 GridView 控制項 407
第 15 章 如何使用 DetailsView 和 FormView 控制項 445
第 16 章 如何使用物件資料來源 485

第四部分 專業 ASP.NET 技能
第 17 章 如何保護網站 519
第 18 章 如何使用登入控制項來驗證使用者 539
第 19 章 如何使用個人資料來個性化網站 585
第 20 章 如何使用 MultiView 和 Wizard 控制項 617
第 21 章 如何使用電子郵件、自訂錯誤頁面和返回按鈕控制 643
第 22 章 如何使用網頁部件來建立入口網站 673
第 23 章 如何配置和部署 ASP.NET 2.0 應用程式 705

第五部分 開發可重用的程式碼
第 24 章 如何開發使用者控制項 725
第 25 章 如何開發自訂伺服器控制項 747
第 26 章 網頁服務簡介 789

資源
附錄 A 如何安裝和使用軟體及可下載檔案 805
索引 821

最後瀏覽商品 (1)