注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網(wǎng)絡軟件與程序設計.NET新一代C#與ASP.NET權威指南

新一代C#與ASP.NET權威指南

新一代C#與ASP.NET權威指南

定 價:¥32.00

作 者: 鄭淑芬等編著
出版社: 中國青年出版社
叢編項: NET技術開發(fā)系列
標 簽: C#

ISBN: 9787500644927 出版時間: 2001-08-01 包裝: 精裝
開本: 23cm+光盤1片 頁數(shù): 324 字數(shù):  

內(nèi)容簡介

  如果你正要開始學習最新一代的網(wǎng)站開發(fā)技術,那么本書正是你所需要的!本書采用從點到面的講述手法,歷數(shù)了C#基本語法、網(wǎng)頁開發(fā)時所應用到的各種控制項,繼而整合這些方面,詳細講述Web應用程序、Web Service的應用與開發(fā)。我們深信你會被ASP.NET的開發(fā)方式、執(zhí)行速度、簡化布署的特色所震撼。同時,在本書實用的C#范例指導下,成為專業(yè)的ASP.NET程序開發(fā)高手將不再遙遠。

作者簡介

暫缺《新一代C#與ASP.NET權威指南》作者簡介

圖書目錄

第 1章  從 CGI到 ASP.NET
網(wǎng)站程序設計進化史
CGI執(zhí)行架構
ISAPI執(zhí)行架構
Active Server page
ASP的問題
什么是.NET Framework?
.NET Framework只適用于 Web相關程序的開發(fā)嗎?
.NET Framework架構
程序語言
公共語言規(guī)范(Common language Specification)
Web Form及 Web Service
Win Form
數(shù)據(jù)存取與ADO.NET
基類函數(shù)庫(Base Class Library)
公共語言執(zhí)行環(huán)境(Common Language Runtime)
.NET程序執(zhí)行架構
.NET Framework特性
面向對象程序設計
簡化程序實裝及布署手續(xù)
跨平臺
自動資源管理功能
數(shù)據(jù)類型檢查
新的安全模式
Just-In-Time Compiler
ASP.NET不是 ASP 4.0
ASP.NET特色
支持多種語言
效率提高
類別(Class)及命名空間(Namespace)
服務器控制項(Server Controls)
Web Services
身份驗證
快取功能
擴展性
狀態(tài)信息(Session)
簡化設置及管理
ASP.NET網(wǎng)頁執(zhí)行架構
第一次執(zhí)行
第二次執(zhí)行
Web應用程序重新啟動或快取已被清除
網(wǎng)頁修改或版本更新
ASP.NET設計概念
面向對象( Evefything is OBJECT!)與強制類型聲明(StronglyTyPed)
     基類函數(shù)庫(Base Class Library)
ASP.NET:Hello World!
Server Control
以隱藏字段追蹤狀態(tài)信息
     網(wǎng)頁就是對象
   Web Service
分散式運算
將Service以Web的方式包裝
Web Service應用架構
學習ASP.NET的準備
第2章  C#基本語法介紹
C#中的基本數(shù)據(jù)類型
整數(shù)數(shù)據(jù)類型
布爾數(shù)據(jù)類型
字符數(shù)據(jù)類型
浮點數(shù)據(jù)類型
參考數(shù)據(jù)類型
對象類型(object)
字符串類型數(shù)據(jù)(string)
數(shù)組
加入C#程序
變量的使用
if判斷式
Switch判斷式
for循環(huán)
foreach循環(huán)
while循環(huán)
do...while循環(huán)
  自定義類
    類的建立與使用
    使用系統(tǒng)基本類
    使用對象方法
  自定義方法(method )
        修飾字
返回類型
方法名稱
參數(shù)行
輸入?yún)?shù)(In parameter)
參照參數(shù)(ref Parameter)
輸出參數(shù)(out Parameter)
  誤處理
第 3章 HTML Control與 Server Control
傳統(tǒng)的 HTML Controls
可供輸入文本的 HTML Controls
可供選擇項目的 HTML Controls
可供按下并執(zhí)行某些工作的HTML Controls
Server端可掌控的 HTML Controls
什么是 ASP.NET Server Controls
Intrinsic Controls(已有控制項)
可提供鏈接(Link)或送出( Submit)功能的控制項
Button Control(按鈕控制項)
LinkButton Control(超鏈接按鈕控制項)
HyperLink Control(超鏈接控制項)
可提供選擇(Select)或輸入(Input)功能的控制項
TextBox Control(文本框控制項)
CheckBox Control(勾選框控制項)
CheckBoxList Control(復選框控制項)
RadioButton Control(選擇性按鈕控制項)
RadioButtonList Control(多項選擇按鈕控制項)
DropDownList Control(下拉式選單控制項)
ListBox Control(條列式選單控制項)
可提供顯示文本隊(Label),圖片(Image)或列表(Table)功能的控制項
Image Control(圖片控制項)
Label Control(標簽控制項〕
Panel Control面板控制項)
Table Control(表格控制項)
第4章 新一代控制項(Server Control)—— List Control、Rich Control
List Conimls(列舉控制項)
Repeater Control(重復顯示控制項)
DataList Control(數(shù)據(jù)列表式控制項)
DataGridControl(數(shù)據(jù)表格式控制項)
Rich Controls(綜合控制項)
AdRotator Control(廣告輪播控制項)
Calendar Control(月歷控制項)
第5章 驗證控制項(Validation Control)
RequiredFieldValidator(必須輸入欄驗證)
CompareValidator(比較限制欄驗證)
RangeValidator(范圍限制欄驗證)
RegularEXpressionValidator(特殊規(guī)則限制欄驗證)
Custom Validator(自定義數(shù)據(jù)欄驗證)
ValidationSummary(匯集數(shù)據(jù)驗證信息)
第 6章 ADO.NET
ADO.NET
Connection對象
Command對象
DataReader對象
DataSet對象
DataView對象
DataSetCommand對象
ADO.NET命名空間
System.Data
System.Data.ADO…
system.Data.SQL
aystem.Data.SQLTypeS
連接數(shù)據(jù)源
通過OLEDB連接數(shù)據(jù)
直接連接 SQL Server
利用DataSet存取數(shù)據(jù)
Recordset對象和DataSet對象的比較
DataTale對象
DataView對象
顯示選取的數(shù)據(jù)
DataGrid控制項
Repeater控制項
取得預存儲程序中的數(shù)據(jù)
將參數(shù)傳入預存程序中
DataReader對象
錯誤處理
第7章  數(shù)據(jù)綁定(Data Binding)
XML Datalsland
DataList Control
 ASP.NET Data Binding技術
Selectedltem Template
Event Bubbling--事件上傳……
以 SelectedItem Template顯示詳細數(shù)據(jù)
步驟一:加入SelectedItem Template
步驟二:加入LinkButton
步驟三:指定處理用戶點選事件的函數(shù)
以EditItemTemplate設計編譯畫面
步驟一:加入修改按鈕
步驟二:加入EditItemTemplate
步驟三:撰寫edit、cancel、update按鈕的處理函數(shù)
步驟四:更新數(shù)據(jù)庫
DataGrid Control應用…
步驟一:通過ADO.NET結合DataGrid Control進行數(shù)據(jù)顯示
步驟二:自定義字段標題、換頁功能及查詢功能
步驟三:加入添加數(shù)據(jù)功能Try…Catch處理錯誤
步驟四:加入刪除數(shù)據(jù)功能Try…Catch處理錯誤…
步驟五:加入修改數(shù)據(jù)功能
總結
第8章 用戶自定義控制項(User Control)與組件(Component)
用戶自定義控制項
將程序代碼與用戶界面分離
用戶自定義控制項
什么是用戶自定義控制項
用戶自定義控制項建立的規(guī)則
建立用戶自定義控制項步驟
在網(wǎng)頁中加入用戶自定義控制項
產(chǎn)生有屬性的控制項
產(chǎn)生有方法(method)的控制項…
組件(Component)開發(fā)
命名空間(Namespace )與類名稱
屬性
方法
編譯組件
組件的散布及使用
用戶控制項v.s.組件
第9章 Web應用程序(Web Application)
Global.a(chǎn)sax
Config.web
Web應用程序設計考量
狀態(tài)維護(State maintenance)
安全性控管(Security)
Windows驗證
Cookie驗證
結合數(shù)據(jù)庫Cookie驗證
Passport驗證
性能與彈性(Performance and Scalability)
環(huán)境設置(Configuration)
發(fā)送布署(Deployment)
第 10章 Web Service的應用與開發(fā)
Web Service簡介
為什么需要 Web Service?
Internet時代的 Web Application
COM十
系統(tǒng)擴展性
缺點 --緊密結合(Tightly-coupled)
挑戰(zhàn)與回應--整合
無狀態(tài)(Stateless)的 Web Service架構
什么是 Web Service
Web Service的設計理念
Web Service如何運作
Web Service相關技術
SOAP( Simple Object Access Protocol)
Web Service Discovery SCL (Service Contract Language)
Web Service的設計時期(Design-Time)
Web Service的執(zhí)行時期(Run.Time)
ASP.NET:建立 Web Service最簡單的方式
Web Service的開發(fā)與設計
建立.ASMX文件
WebService Directive
相關資源的命名空間
聲明 Web Service公用函數(shù)
WebMethod
狀態(tài)維護
Web Service基本模板
Web Service開發(fā)步驟
練習:撰寫 Web Service----Echo.a(chǎn)smx
應用 Web Service
發(fā)布及布署 Web Service
存取 Web Service
取得 Web Service相關信息
通過 Web Browser存取 Web Service
通過Proxy存取Web service
自.a(chǎn)smx產(chǎn)生Proxy源文件
編譯PrOXy源又件產(chǎn)生DLL
Client端調(diào)用 Web Service函數(shù)
傳遞參數(shù)與處理結果
撰寫 Web Service—— Books Service.asmx
測試Web Service: BooksService
使用 Web Service—— Book Services
步驟一:建立 Web Service: Books Service的 Proxy Class
步驟二:撰寫B(tài)ooksService Client.a(chǎn)spX書籍查詢網(wǎng)頁
第11章 NETBookS在線書店
執(zhí)行環(huán)境
安裝方式
網(wǎng)站導覽
首頁
書籍清單
書籍內(nèi)容
書籍查詢
訂購書籍
購物車
會員注冊
會員登錄
每日一句
庫存管理
訂單管理
封面上載
Web應用程序環(huán)境設置



本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) www.talentonion.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號