注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計網(wǎng)絡(luò)編程ASP.NET程序員查詢辭典

ASP.NET程序員查詢辭典

ASP.NET程序員查詢辭典

定 價:¥25.00

作 者: (美)Charles C. Caison著;陳君等譯
出版社: 中國鐵道出版社
叢編項: 查詢辭典叢書
標(biāo) 簽: ASP.NET

ISBN: 9787113050115 出版時間: 2003-01-01 包裝: 平裝
開本: 21cm 頁數(shù): 342 字?jǐn)?shù):  

內(nèi)容簡介

  ASP.NET技術(shù)是微軟公司推出的應(yīng)用于Web開發(fā)的最新工具,它是.NET框架的一部分,也是最常用的網(wǎng)絡(luò)開發(fā)工具之一。在原ASP的基礎(chǔ)上增加了許多新的特性,與以往相比,利用ASP.NET可以創(chuàng)建出功能更加強(qiáng)大、安全性更高的Web應(yīng)用程序。 本書第1章介紹了ASP.NET與以往的ASP相比增加的新的功能和特性。從中可以了解ASP.NET的變化,如ASP.NET使用CLR上的語言(如VB.NET、C#)編寫代碼。這個版本不使用解釋性的腳本語言如VBScript。ASP.NET是.NET框架的一部分。可以使用大量的.NET類以執(zhí)行各種任務(wù)。ASP.NET包含了頁面和數(shù)據(jù)緩存機(jī)制,可以提高網(wǎng)站的性能等。 第2、3、4章介紹了實現(xiàn)基本功能的類,使用頻率高的類和頁面類等。 第5.6章分別介紹了HTML控件和Web服務(wù)器控件,列出了各個控件的屬性、實現(xiàn)方法和事件等。如:HtmlButton,HtmlInputFile,WebControl,TextBox等。 第7章介紹了進(jìn)行數(shù)據(jù)操作所必需的DataGrid、DstaList和Repeater控件。 第8章介紹了作為開發(fā)過程中的重要補(bǔ)充的有效控件。 第9章是ASP.NET命名空間的內(nèi)容。 第10章是Web服務(wù),介紹各個類的屬性、方法等。 第11、12章介紹了頁面指令和應(yīng)用程序的配置。 第13、14章顯得更加重要,因為它的內(nèi)容涉及到網(wǎng)絡(luò)應(yīng)用的安全問題。 最后一章是有關(guān)網(wǎng)絡(luò)的性能問題,有關(guān)緩存機(jī)制等。 本書適合那些進(jìn)行Web開發(fā)的程序員閱讀。本書是關(guān)于使用ASP.NET建立同站所必須了解的內(nèi)容的參考書。其中包含數(shù)百個代碼示例,對你肯定大有益處。 如果你是ASP的初學(xué)者,那么通過閱讀本書你可以了解很多必要的知識。如果你是有經(jīng)驗的ASP程序員,本書將給你最快且最直接的幫助。

作者簡介

  CharlesC.Caison(Grensboro,NC)是一位軟件開發(fā)人員,同時也是作者和教師,擅長微軟Internet技術(shù)。他教授微軟官方認(rèn)證課程,如VisualBasic和VisualInterDev,曾在許多其他行業(yè)會議上介紹MicrosoftDevDays。另外,他用大量的時間為公司建立電子商務(wù)網(wǎng)站,例如為CBSSportsLine建立了網(wǎng)站TheSportsStore(http://www.thesportsstore.com/sportsstore/)。Charles參與編寫了許多重要的行業(yè)出版物,如VisualBasicProgramer'sJournal(VBPJ)和MicrosoftInternetDevelope(MIND),曾經(jīng)與人合作編寫了Worx出版的ProfessionalADO和RDSWithASP。在Inquiry.com的AsktheWebPro站點(http:www.inquiry.com/techtips/web_Pro/),他作為網(wǎng)站專家回答讀者張貼的問題,并提供站點內(nèi)容。

圖書目錄

Chapter 1 ASP的發(fā)展與ASP.NET的優(yōu)點 1
ASP.NET概述 2
.NET Framework 3
ASP.NET中的應(yīng)用程序配置 4
HTTP運行庫 5
系統(tǒng)服務(wù)框架 6
CLR 9
Web服務(wù) 12
Web表單 13
ASP.NET安全機(jī)制 14
ASP.NET文件擴(kuò)展名 17
.disco 17
.asax 17
.ascx 17
.aspx 17
.axmx 18
.cs 18
.js 18
.rpt 18
.xsd 18
.xml 18
.xslt 18
.html和.htm 18
.asp 19
.vb 19
.vbs 19
.wsf 19
.Web 19
.css 19
Chapter 2 ASP.NET基本功能類庫 21
System.Object 22
方法 22
System.Web.HttpApplicationState 24
方法 25
屬性 28
System.Web.HttpServerUtility 30
方法 30
屬性 34
System.Web.SessionState.HttpSessionState 35
方法 35
屬性 37
Chapter 3 常用的類:HttpContext. HttpRequest和HttpResponse 41
System.Web.HttpContext 41
方法 41
屬性 43
System.Web.HttpRequest 46
方法 47
屬性 48
System.Web.HttpResponse 58
方法 58
屬性 63
Chapter 4 Page對象 67
Page類 67
方法 67
屬性 76
Chapter 5 HTML控件 83
HtmlControl 83
屬性 83
HtmlInputControl 85
屬性 85
HtmlContainerControl 86
方法 86
屬性 87
HtmlAnchor 88
方法 88
屬性 88
事件 89
HtmlButton 89
方法 90
屬性 90
事件 90
HtmlForm 91
屬性 91
HtmlGenericControl 92
屬性 92
HtmlImage 92
屬性 93
HtmlInputButton 94
方法 94
屬性 95
事件 95
HtmlInputCheckBox 95
方法 96
屬性 96
事件 96
HtmlInputFile 96
屬性 98
HtmlInputHidden 99
方法 99
事件 99
HtmlInputImage 100
方法 100
屬性 101
事件 102
HtmlInputRadioButton 102
屬性 102
HtmlInputText 103
方法 103
屬性 103
事件 104
HtmlSelect 104
方法 105
屬性 105
事件 107
HtmlTable 107
屬性 108
HtmlTableCell 110
屬性 110
HtmlTableCellCollection 111
方法 111
屬性 113
Chapter 6 ASP.NET Web服務(wù)器控件 115
WebControl 115
方法 116
屬性 118
Button 122
方法 123
屬性 123
事件 124
CheckBox 125
方法 125
事件 125
屬性 126
CheckBoxList 127
屬性 127
DropDownList 129
屬性 129
HyperLink 130
屬性 131
Image 132
屬性 132
Imagebutton 133
方法 134
屬性 134
事件 135
Label 135
屬性 135
LinkButton 136
方法 136
屬性 137
事件 138
ListBox 138
屬性 138
Panel 140
屬性 140
RadioButton 141
屬性 141
Table 142
屬性 142
TextBox 144
方法 144
屬性 144
事件 146
Chapter 7 ASP.NET Web服務(wù)器DataGrid. DataList和Repeater控件 147
DataGrid類 147
方法 147
屬性 150
事件 157
字段 164
DataList類 165
方法 165
屬性 167
事件 174
字段 176
Repeater類 177
屬性 177
方法 180
事件 181
Chapter 8 豐富的UI控件和驗證控件 183
Calendar類 183
方法 183
屬性 184
事件 190
AdRotator類 191
屬性 191
方法 192
事件 193
RequiredFieldValidator類 193
屬性 194
CompareValidator類 194
屬性 194
RangeValidator類 195
屬性 196
RegularExpressionValidator類 196
屬性 197
CustomValidator類 197
方法 197
屬性 198
事件 198
ValidationSummary類 198
屬性 199
Chapter 9 System.Web ASP.NET命名空間 201
HttpApplication 201
方法 201
屬性 201
HttpApplicationState 203
HttpBrowserCapabilities 203
屬性 203
HttpCachePolicy 207
方法 207
屬性 211
HttpCacheVaryByHeaders 211
方法 211
屬性 211
HttpCacheVaryByParams 212
屬性 213
HttpClientCertificate 213
方法 213
屬性 213
HttpCompileException 216
屬性 216
HttpContext 216
HttpCookie 216
屬性 217
HttpCookieCollection 218
方法 218
屬性 219
HttpException 220
方法 221
HttpFileCollection 222
方法 222
屬性 223
HttpModuleCollection 223
方法 223
屬性 224
HttpParseException 225
屬性 225
HttpPostedFile 226
方法 226
屬性 226
HttpRequest 227
HttpResponse 227
HttpRuntime 227
方法 227
屬性 228
HttpServerUtility 230
HttpStaticObjectsCollection 230
方法 230
屬性 231
HttpUnhandledException 232
HttpUtility 232
方法 233
HttpWriter 237
方法 237
屬性 239
TraceContext 239
Chapter 10 Web服務(wù) 241
WebMethodAttribute類 241
屬性 242
WebService類 243
屬性 243
WebServiceAttribute類 244
屬性 245
WebServiceBindingAttribute類 245
屬性 246
System.Web.Services.Description命名空間 246
Binding類 246
屬性 247
BindingCollection類 248
屬性 248
方法 248
DocumentableItem類 250
屬性 250
FaultBinding類 250
屬性 251
FaultBindingCollection類 251
屬性 251
HttpAddressBinding類 253
屬性 254
HttpBinding類 254
字段 254
屬性 254
HttpOperationBinding類 255
屬性 255
HttpUrlEncodedBinding類 255
HttpUrlReplacementBinding類 255
Import類 256
屬性 256
ImportCollection類 256
方法 257
InputBinding類 258
屬性 258
Message類 259
方法 259
屬性 260
MessageBinding類 260
屬性 260
MessageCollection類 261
方法 261
屬性 263
MessagePart類 263
屬性 263
MessagePartCollection類 264
方法 264
屬性 266
Chapter 11 頁面?zhèn)沃噶詈推渌麡?biāo)記 269
頁面級偽指令 269
@Assembly 269
@Control 269
@Implements 271
@Import 272
@OutputCache 272
@Page 273
@Reference 277
@Register 277
Chapter 12 ASP.NET應(yīng)用程序配置 279
System.Configuration命名空間 279
ConfigurationException 279
DictionarySectionHandler 280
SingleTagSectionHandler 281
IconfigurationSectionHandler接口 282
Configuration文件的各個部分 282
appSettings 282
browserCaps 283
compilation 284
Globalization 286
httpHandlers 287
httpModules 287
identity 288
pages 288
processModel 289
SecurityPolicy 289
sessionState 290
trace 290
webServices 291
Location 292
Chapter 13 Web應(yīng)用程序安全措施 293
System.Web.Security.FormsIdentity 293
屬性 293
System.Security.Principal.IIdentity 294
屬性 294
System.Security.Principal.IPrincipal 295
屬性 295
方法 296
System.Security.Principal.WindowsIdentity 296
屬性 296
方法 298
System.Security.Principal.WindowPrincipal 300
屬性 300
方法 300
System.Web.Security.FormsAuthentication 301
屬性 301
方法 301
System.Web.Security Forms.FormsAuthenticationModule 308
事件 308
System.Web.Security Forms.FormsAuthenticationTicket 309
屬性 309
Chapter 14 Microsoft Passport服務(wù)和安全措施 313
System.Web.Security.PassportAuthenticationModule 313
事件 313
System.Web.Security.PassportIdentity 314
屬性 314
方法 317
Chapter 15 ASP.NET性能緩存 329
System.Web.Caching 329
輸出緩存 329
頁面輸出緩存 330
部分頁面緩存 333
Web服務(wù)緩存 335
用System.Web.Caching通過編程緩存 335
Cache類 336
CacheDependency類 340
CacheItemRemovedCallBack委托 341
CacheItemRemovedReason枚舉 342

本目錄推薦

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