ASP.Net Web Developer's Guide (Paperback)
Jonathon Ortiz, Mesbah Ahmed, Chris Garrett, Jeremy Faircloth, Wei Meng Lee, Adam Sills, Chris Payne
- 出版商: Syngress Media
- 出版日期: 2001-12-15
- 定價: $1,680
- 售價: 2.4 折 $399
- 語言: 英文
- 頁數: 736
- 裝訂: Paperback
- ISBN: 1928994512
- ISBN-13: 9781928994510
-
相關分類:
.NET、ASP.NET
立即出貨(限量) (庫存=4)
買這商品的人也買了...
-
$1,400$1,372 -
$2,240$2,128 -
$299Programming Visual Basic .NET (Paperback)
-
$399.NET Enterprise Development in VB.NET: From Design to Deployment (Paperback)
-
$700Visual Basic.Net by Example
-
$399Introduction to Visual Basic Using .NET
-
$399Fundamentals of Web Applications Using .Net and XML (Paperback)
-
$399.NET Architecture and Programming Using Visual C++ (Paperback)
-
$1,560$1,482 -
$1,650$1,568 -
$299Professional VB.NET Transactions (Paperback)
-
$399ASP.NET and VB .NET Web Programming (Paperback)
-
$199Beginning ASP.NET Databases using VB.NET (Paperback)
-
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$2,150$2,043 -
$1,188Core C# and .NET (Paperback)
-
$1,840$1,748 -
$690$538 -
$825Visual Studio 2010 and .NET 4 Six-in-One (Paperback)
-
$950$808 -
$1,600$1,520 -
$990Building Windows 8 Apps with C# and XAML (Paperback)
-
$250$238 -
$250$238 -
$680$578
相關主題
商品描述
The Complete Guide to ASP.NET and the .NET Framework
Since 1996, ASP programmers have faced one upgrade after another, often with no visible advantages until version 3.x. Now you have the first significant improvement in ASP programming within your grasp-ASP.NET. Your reliance on a watered-down version of Visual Basic has been alleviated now that ASP.NET pages may be programmed in both Microsoft's new version of Visual Basic or the latest version of C++: C#. ASP.NET allows programmers and developers to work with both VB.NET and C# within the same ASP.NET page. This book will show you how.
1. Review the
Basics of the ASP.NET Platform
Learn how ASP.NET takes advantage of all
that .NET has to offer, including support for more than 20 languages and the
full set of .NET Framework software libraries.
2. Understand ASP.NET
Namespaces
See how a namespace is represented physically on your
computer, how to use a namespace in an ASP.NET page, and learn the entire
namespace collection.
3. Develop an ASP.NET Web Form
Use HTML
Server controls, Web Server controls, Validation controls, and Custom controls
to develop forms.
4. Understand the Anatomy of a Configuration
File
Master the application, system, and security aspects of the
configuration files and create a web.config file.
5. Manage
State
See how ASP.NET application state management is far improved over
the previous ASP incarnations.
6. Understand XML in the .NET
Framework
Learn the major components of an XML document: Declarations,
Comments, Schemas, Elements, and more.
7. Debug ASP.NET
Learn the
basics of ASP.NET debugging and see how to use Visual Studio .NET debugging
tools.
8. The ASP.NET Wallet CD
The CD comes with all the source
code from the book, including complete applications for an address book, message
board, an XML.NET guest book, and an ADO.NET shopping cart.
9. Register
for Your 1 Year Upgrade
The Syngress Solutions upgrade plan protects you
from content obsolescence and provides monthly mailings, whitepapers, and
more!
Contents
Foreword
Chapter 1 Introducing ASP.NET
Chapter 2 ASP.NET Namespaces
Chapter 3 ASP Server Controls
Chapter 4 Configuring ASP.NET
Chapter 5 An ASP.NET Application
Chapter 6 Optimizing Caching Methods
Chapter 7 Introduction to ADO.NET: A Simple Address Book
Chapter 8 Using XML in the .NET Framework
Chapter 9 Debugging ASP.NET
Chapter 10 Web Services
Chapter 11 Creating an XML.NET Guestbook
Chapter 12 Creating an ADO.NET Shopping Cart
Chapter 13 Creating a Message Board with ADO and
XML
Index
商品描述(中文翻譯)
《ASP.NET和.NET Framework完全指南》
自1996年以來,ASP程式設計師一直面臨著一次又一次的升級,直到3.x版本之前往往沒有明顯的優勢。現在,你可以掌握ASP.NET,這是ASP編程中的第一個重大改進。現在,你不再依賴簡化版的Visual Basic,因為ASP.NET頁面可以使用Microsoft的新版本Visual Basic或最新版本的C++:C#進行編程。ASP.NET允許程式設計師在同一個ASP.NET頁面中使用VB.NET和C#。本書將向你展示如何做到這一點。
1. 回顧ASP.NET平台的基礎知識
了解ASP.NET如何充分利用.NET的所有功能,包括支持20多種語言和完整的.NET Framework軟件庫。
2. 理解ASP.NET命名空間
了解命名空間在計算機上的物理表示方式,如何在ASP.NET頁面中使用命名空間,並學習整個命名空間集合。
3. 開發ASP.NET Web表單
使用HTML Server控件、Web Server控件、驗證控件和自定義控件來開發表單。
4. 理解配置文件的結構
掌握配置文件的應用程序、系統和安全方面,並創建一個web.config文件。
5. 管理狀態
了解ASP.NET應用程序狀態管理相比以前的ASP版本有了很大的改進。
6. 理解.NET Framework中的XML
學習XML文檔的主要組件:聲明、註釋、模式、元素等。
7. 調試ASP.NET
學習ASP.NET調試的基礎知識,並了解如何使用Visual Studio .NET的調試工具。
8. ASP.NET Wallet CD
該CD包含了本書中的所有源代碼,包括一個地址簿應用程序、留言板、一個XML.NET留言簿和一個ADO.NET購物車的完整應用程序。
9. 註冊您的1年升級
Syngress Solutions升級計劃保護您免受內容過時的影響,並提供每月郵件、白皮書等。
目錄:
前言
第1章 介紹ASP.NET
第2章 ASP.NET命名空間
第3章 ASP Server控件
第4章 配置ASP.NET
第5章 ASP.NET應用程序
第6章 優化緩存方法
第7章 ADO.NET入門:簡單的地址簿
第8章 在.NET Framework中使用XML
第9章 調試ASP.NET
第10章 Web服務
第11章 創建一個XML.NET留言簿
第12章 創建一個ADO.NET購物車
第13章 使用ADO和XML創建一個留言板