资料下载网
首页 计算机 考试教辅
Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页 pdf电子书免费下载,百度云
首页 > 计算机 > 计算机F > Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页 pdf电子书免费下载,百度云

《Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页》pdf电子书免费下载


下载方式一:

百度网盘下载地址:https://pan.baidu.com/s/1DdkhhTH33dClbhn8MP4spA
百度网盘密码:1111

下载方式二:

http://ziliaoshare.cn/Download/af_123589_pd_BeginningASPNET4inC#2010_MatthewMacDonaldZ_G1017Y.zip

 


Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页

作者:empty

页数:1017

出版社:empty

《Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页》介绍

Handling Errors.Updating Records.The Last Word.Chapter16:TheDataControls.The GridView.Automaticaly Generating Columns.Defining Columns.Format tg the GridView.Formatting Fields.Using Styles.Formatting-Specific Values.Selecting a GridView Row.Adding a Select Button.Using Selection to Create Master-Details Pages.Editing with the GridView.Sorting and Paging the GridView.So ring.Paging.Using GridView Templates.Using Multi pie Templates.Editing Templates in VisualStudio.Handling Events in a Template.Editing with a Template.The Details View and Form View.The Details View.The Form View.The Last Word.Chapter17:FilesandStreams.Files and Web Applications.FileSystem Information.The Path Class.The Directory and File Classes.The Directory Info and File Info Classes.The Drivel nfo Class.A Sample FileBrowser.Reading and Writing with Streams.Text Files.Binary Files.Shortcuts for Reading and Writing Files.A Simple GuestBook.Allowing File Uploads.The FileUpload Control.The Last Word.Chapter18:XML.XML Explained.Improving the List with XML.XML.Basics.Attributes.Comments.The XML Classes.The XMLTextWriter.The XMLTextReader.Working with XML Documents in Memory.Reading an XMLDocument.Searching an XMLDocument.XML Validation.XML Namespaces.XMLSchema Definition.Validating an XMLDocument.


《Beginning ASPNET 4 in C# 2010_Matthew MacDonald著_共1017页》目录

About the Technical Reviewer.

Acknowledgments.

Introduction.

Part1:Introducing.NET.

Chapter1:The.NETFramework.

The Evolution of Web Development.

HTML and HTML Forms.

Server-Side Programming.

Client-Side Programming.

The.NET Framework.

C#, VB, and the.NET Languages.

The Common Language Runtime.

The.NET Class Library.

VisualStudio.

The Last Word.

Chapter2:TheC#Language.

The.NET Languages.

C#Language Basics.

Variables and DataTypes.

Case Sensi vity.

Comment ng.

Statement Termination.

Blocks.

Assignment and Initial er.

Strings and Escaped Characters.

Arrays.

Enumerations.

Variable Operations.

Advanced Math.

Type Conversions.

Object-Based Manipulation.

The StringType.

Static Member.

A Simple Class.

CONTENTS

The DateTime and TimeSpan Types.

The ArrayType.

Conditional Logic.

The if Statement.

The switch Statement.

Loops.

The for Loop.

The for each Loop.

The while loop.

Methods.

Parameters.

Method Overloading.

Optional and Named Parameters.

Delega tas.

The Last Word.

Chapter3:Types, Objects, and Namespaces.

The Basics About Classes.

Building a Basic Class.

Creating an Object.

Adding Properties.

Automatic Properties.

Adding a Method.

Adding a Constructor.

Adding an Even.

Testing the Product Class.

Value Types and Reference Types.

Assignment Operations.

Equality Testng.

Creating an Empty Web Applicati.

Websites and Web Projects.

The Hidden Solution Files.

The Solution Explorer.

Adding WebForms.

ASP.NET FileTypes.

ASP.NET Application Director ie.

HTML Server Controls.

Passing Parameters by Reference and by Value.

Rev le wing.NET Types.

Understanding Namespaces and Assemblies.

Using Namespaces.

Importing Namespaces.

Assemb lie 5.

Advanced Class Programming.

Inheritance.

Static Members.

Casting Objects.

Partial Classes.

Generics.

The Last Word.

Part2:DevelopingASP.NETApplications.

Chapter4:VisualStudio.

The Promise of VisualStudio.

Creating Websites.

Migrating a Website from a Previous Version of VisualStudio.

Designing a WebPage.

Adding WebControls.

The Properties Window.

The Anatomy of a WebForm.

The WebForm Markup.

The Page Directive.

The Doctype.

The Essentials of XHTML.

Writing Code.

The Code-Behind Class.

Adding Event Handlers.

Outlining.

Intel i Sense.

Code Formatting and Coloring.

VisualStudio Debugging.

The VisualStudio WebServer.

Single-Step Debugging.

Variable Watches.

The Last Word.

Chapter5:WebFormFundamentals.

The Anatomy of an ASP.NET Application.

Introducing Server Controls.

Converting an HTML Page to an ASP.NET Page.

View State.

The HTML Control Classes.

Adding the Currency Converter Cod.

Event Handling.

Behind the Scenes with the Currency Converter.

Error Handing.

Improving the Currency Converter.

Adding Multiple Currencies.

Storing Information in the List.

Adding Linked Images.

Setting Styles.

A Deeper Look at HTML Control Classes.

HTML Control Events.

Advanced Events with the Html Input mage Control.

The Html Control BaseClass.

The Html Container Control Class.

The Html Input Control Class.

The Page Class.

Sending the User to a New Page.

HTML Encoding.

Application Events.

The global_a sax File.

Additional Application Events.

ASP.NET Configuration.

The web.configFile.

Nested Configuration.

Storing Custom Settings In the web.configFile.

The Website Administration Tool(WAT) .

The Last Word.

Chapter6:WebControls.

Stepping Up to WebControls.

Web Control Events and Auto Post Back.

mChapter7:ErrorHandling, Logging, and Tracing.

Basic Web Control Classes.

The Web Control Tag.

Web Control Classes.

The Web Control BaseClass.

Units.

Enumerations.

Colors.

FontS.

Focus.

The Default Button.

List Controls.

Mutiple-Select List Controls.

The Bulleted List Control.

Table Controls.

How Post back Events Work.

The Page LifeCycle.

A Simple WebPage.

Improving the Greeing Card Generator.

Generating the Cards Automatically.

The Last Word.

Common Errors.

Exception Handling.

The Exception Class.

The Exception Chain.

Handling Exceptions.

Catching Specific Exceptions.

Nested Exception Handlers.

Exception Handling in Action.

Mastering Exceptions.

Throwing Your Own Exceptions.

Logging Exceptions.

Viewing the Windows EventLog.

Wrt ing to the EventLog.

CustomLog.

A Custom Logging Class.

Retrieving Log Information.

Page Tracing.

Enabling Tracing.

Tracing Information.

Wring Trace Information.

Application-Level Tracing.

The Last Word.

Chapter8:StateManagement.

The Problem of State.

View State.

Transferring Information Between Pages.

An Overview of State Management Choices.

The View State Collection.

A View Stata Example.

Making View Stat aS a cure.

Retaining Member Variables.

Storing Custom Objects.

Cross-Page Posing.

The QueryString.

Cookies.

A Cookie Example.

Session State.

Session Tracking.

Using Session State.

A Session State Example.

Session State Configuration.

Cookie less.

Timeout.

Mode.

Application State.

The Last Word.

Part3:BuildingBetterWebForms.

Chapter9:Validation.

Understanding Validation.

计算机


python
AI人工智能
javascript
计算机网络/服务器
数据库技术
计算机F

考试教辅


考研考博
英语四六级

沪ICP备18046276号-5
上海秋旦网络科技中心:上海市奉贤区金大公路8218号1幢 联系电话:15618918379