图书介绍

MCAD/MCSD学习指南 Visual Basic .NET Web Applications Exam 70-305 英文版PDF|Epub|txt|kindle电子书版本网盘下载

MCAD/MCSD学习指南 Visual Basic .NET Web Applications Exam 70-305 英文版
  • (美)WayneCassidy,(美)DavidShapton著 著
  • 出版社: 北京:人民邮电出版社
  • ISBN:7115097852
  • 出版时间:2003
  • 标注页数:690页
  • 文件大小:107MB
  • 文件页数:718页
  • 主题词:BASIC语言(学科: 程序设计 学科: 考核) BASIC语言 程序设计

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

MCAD/MCSD学习指南 Visual Basic .NET Web Applications Exam 70-305 英文版PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

Part Ⅰ Create User Services1

1 Create ASP.NET Pages:Build the Interface3

Add and Set Directives onASP.NET Pages4

The.NET Framework4

The ASP.NET Execution Model7

ASP.NET Directives7

Exercise 1-1:Create an ASP.NET Project in Visual Studio.NET11

Add HTML Server,Web Server,User Controls,and HTML Code to ASP.NET Pages12

Add HTML Server Controls12

Add Web Server Controls13

Add User Controls14

Exercise 1-2:Add Server Controls17

Add HTML code21

Apply Templates24

Exercise 1-3:Apply Templates to the Repeater Control25

Set Styles onASP.NET Pages by Using Cascading Style Sheets27

Implement Navigation for the User Interface29

Manage the View State30

Manage Data During Postback Events30

Exercise 1-4:Manage ViewState with IsPostBack31

Using Session State to Manage Data Across Pages32

Separate User Interface Resources from Business Logic35

Create and Use Code-Behind Pages35

Exercise 1-5:Using Visual Studio to Implement Code-Behind Pages36

Two-Minute Drill39

Q&A SelfTest41

Lab Question46

Self Test Answers47

Lab Answer49

2 Create ASP.NET Pages:Enable the Interface51

Validate User Input52

Using Input Validation Controls53

Exercise 2-1:Add Validation Controls58

Validate the Page60

Exercise 2-2:Using the Validation Summary Control62

Implement Error Handling in the User Interface65

Structured Exception Handling66

Implement Global.asax,Application,Page-level,and Page Event Error Handling68

Exercise 2-3:Using the Page_Error Event69

Exercise 2-4:Using the Application_Error Event to Write to the Windows Event Log73

Exercise 2-5:Using the Application_Error Event to Send E-Mail76

Configure Custom Error Pages76

Exercise 2-6:Configure Custom Error Pages78

Exercise 2-7:Implement Online User Assistance80

Implement Online User Assistance80

Incorporate Existing Code into ASP.NET Pages83

Code-behind Pages83

User Controls and Custom Controls83

Server-Side Includes83

Exercise 2-8:Using Server-SideIncludes84

Two-Minute Drill87

Q&A SelfTest89

Lab Question93

Self Test Answers94

Lab Answer96

3 Create ASP.NET Pages:Extend the Interface97

Instantiate and Invoke Web Services or Components98

Instantiate and Invoke a Web Service99

Exercise 3-1:Build an XML Web Service100

Exercise 3-2:Using an XML Web Service from a Web Form108

Instantiate and Invoke a COM or COM+Component111

Instantiate and Invoke a.NET Component113

Exercise 3-3:Build and Invoke a.NET Component113

Call Native Functions by Using Platform Invoke115

Implement Globalization117

Implement Localizability for the User Interface117

Exercise 3-4:Identify the Browser's Culture Settings118

Prepare Culture-Specific Formatting120

Exercise 3-5:Set the Culture and UICulture Values from Code121

Exercise 3-6:Create and Use.resource Files122

Convert Existing Encodings125

Implement Right-to-Left and Left-to-Right Mirroring126

Implement Accessibility Features127

Use Intrinsic Objects127

Exercise 3-7:Create and Use Cookies131

Two-Minute Drill135

Q&A Self Test137

Lab Question141

Self Test Answers142

Lab Answer144

Part Ⅱ Create and Manage Components and.NET Assemblies145

4 Create and Modify a.NET Assembly147

Create Resource-Only Assemblies148

Global Applications149

Resource Files152

Assemblies168

Exercise 4-1:Create Resource Files and Package Them into Assemblies171

Create and Implement Satellite Assemblies173

Neutral and Culture-Specific Assemblies174

Location of Assemblies in the Virtual Directory176

How the Framework Finds the Right Assembly for the Job177

Exercise 4-2:Create a GlobalizedApplication181

Two-Minute Drill185

Q&A Self Test187

Lab Question192

Self Test Answers193

Lab Answer196

5 Create Controls197

Create Custom Controls and User Controls199

Create Custom Controls199

Exercise 5-1:Create a Custom Control Using Composition245

Create User Controls249

Two-Minute Drill254

Q&A SelfTest255

Lab Question259

Self Test Answers260

Lab Answer263

Part Ⅲ Consume and Manipulate Data265

6 Data Access with SQL Server267

Access and Manipulate Data from a Microsoft SQL Server Database268

Overview of Data Access269

Structured Query Language:A Review272

Access SQL Server with ADQ.NET277

Exercise 6-1:Access and Manipulate Data from a SQL Server Database306

Use Stored Procedures315

Two-Minute Drill318

Q&A Self Test319

Lab Question323

Self Test Answers325

Lab Answer327

7 Data Access from a Data Store331

Access and Manipulate Data from a Data Store332

Access Data from a Relational Database333

Access Data from XML Documents358

Exercise7-1:Access and Manipulate Data from a Data Store368

Handle Data Errors371

Two-Minute Drill376

Q&A Self Test377

Lab Question381

Self Test Answers383

Lab Answer385

8 Test and Debug an ASP.NET Application387

Create a Unit Test Plan389

Structured Basis Test392

Data-Flow Testing394

Equivalence Partition396

Error Guess396

Test Data401

Implement Tracing402

Trace and Debug Objects403

Add Trace Listeners and Trace Switches to an Application414

Debug,Rework,and Resolve Defects in Code420

Configure the Debugging Environment420

Using the Debugger424

Execute Tests436

Resolve Errors and Rework Code437

Two-Minute Drill439

Q&A SelfTest440

Lab Question445

Self Test Answers446

Lab Answer449

Part Ⅳ Deploy a Web Application449

9 Plan and Deploy a Web Application451

Plan the Deployment of a Web Application452

Requirements for Deployment453

Exercise 9-1:Prepare and Deploy a Web Application Using XCOPY455

Exercise 9-2:Deploy a Web Application Using Copy Project460

Plan a Deployment that Uses Removable Media461

Exercise 9-3:Create a Web Setup Project to Deploy with Removable Media462

Plan a Web-Based Deployment465

Use Deployment Editors466

Plan the Deployment of an Application to a Web Garden,a Web Farm,or a Cluster482

Create a Setup Program that Installs a Web Application and Allows It to Be Uninstalled483

Exercise 9-4:Uninstall the Chapter9Setup Web Application483

Add Assemblies to the Global Assembly Cache485

Exercise 9-5:Using a Web Setup Project to Add an Assembly to the Global Assembly Cache486

Deploy a Web Application488

Two-Minute Drill490

Q&A Self Test492

Lab Question496

Self Test Answers497

Lab Answer499

Part Ⅴ Maintain and Support a Web Application501

10 Support Web Applications503

Optimize the Performance of a Web Application504

ASP.NET Caching504

Exercise 10-1:Using the OutputCache Directive506

Exercise 10-2:Create Multiple Cached Pages Using the VaryByParam Attribute508

Exercise 10-3:Fragment Caching512

Exercise 10-4:Using the Cache Method515

Exercise 10-5:Cache Data Dependent on an XML File516

Diagnose and Resolve Errors and Issues524

Monitor Application Performance524

Exercise 10-6:Monitor and Performance Test an ASP.NET Application536

Two-Minute Drill542

Q&A Self Test544

Lab Question548

Self Test Answers549

Lab Answer551

Part Ⅵ Configure and Secure a Web Application553

11 Configure a Web Application555

Configure a Web Application556

Application Settings in the web.config File558

Machine-Level Settings in the machine.config File576

Exercise 11-1:Configure a Web Application577

Configure and Implement Session State578

Exercise 11-2:Configure and Implement Session State582

Install and Configure Server Services583

Install and Configure a Web Server583

Install and Configure Microsoft FrontPage Server Extensions592

Exercise 11-3:Install and Configure Server Services595

Two-Minute Drill599

Q&A Self Test600

Lab Question604

Self Test Answers605

Lab Answer608

12 Configure Security for a Web Application611

Select and Configure Authentication612

Security Basics612

Authentication615

Exercise 12-1:Configure IIS and Windows Authentication617

Exercise 12-2:Using Forms-Based Authentication621

Exercise 12-3:Using the web.config File as a Credential Store623

Exercise 12-4:Create a Hashing Tool for User Passwords625

Configure Authorization631

File Authorization631

Exercise 12-5:Using File Authorization632

URL Authorization635

Exercise 12-6:Using URLAuthorization637

Implement Impersonation640

Two-Minute Drill643

Q&A SelfTest645

Lab Question650

Self Test Answers651

Lab Answer653

Part Ⅶ Appendixes655

A About the CD-ROM657

System Requirements658

LearnKey Online Training658

Installing and Running MasterExam and MasterSim658

MasterExam659

MasterSim659

Electronic Book659

Help659

Removing Installation(s)660

Technical Support660

LearnKey Technical Support660

B Exam 70-305:Certification Objective Mapping661

Index667

热门推荐