Continue to recommend my "New concept asp.net tutorial"

Source: Internet
Author: User
Tags config continue expression html form php introduction reference regular expression
Asp.net| Concept | tutorial

Books Copyright Information Book No.: D08107884 Book name: New concept asp.net tutorial publishing house: Beijing Ke Hai Group publishing house translator: Wang Hongsu published Date: April 2001 GB Code: ISBN 7-89999-332-6 Barcode: 9787899993323 Impressions: 20 Words: 436,000 words page: 305 folio: 787*1092 1/16 Print: 0001-5000 Note: 1CD Book pricing: ¥33 Member Price: ¥28.05Save Now: ¥4.95
"Browse Related Books"
This book for Microsoft New Century's heavy products asp.net made a comprehensive system introduction. After reading this book, you will master the most commonly used operations and grammar in the ASP.net program.
This book is not a comprehensive ASP.net grammar guide book, on the contrary, in order to avoid this book to become a Microsoft NGWSSDK translation, the selection of content is generally from the ASP to the ASP.net development of the people most frequently encountered problems. Some parts of this book will focus on the differences between the two, so that the original ASP developers find out the difference as soon as possible. If you need more detailed grammatical guidance, you can refer to the appendix of this book.
In addition, the book's supporting CD-ROM to break the traditional multi-media teaching mode, through the simulation of teaching methods, to the reader to interpret the technical core of ASP.net, in order to achieve a simple, fascinating effect. It also comes with Microsoft's NGWS SDK installer and the source code for all the examples in this book. Although ASP.net and ASP have an intrinsic connection, and Microsoft has a consistent development attitude to make ASP.net backward compatible with ASP, but read this book, do not need to have a certain ASP development background, on the contrary, for a junior network programmer, will be faster to adapt to the development of asp.net.



Introduction to the 1th Chapter

1th Chapter Introduction

1.1 WWW (World Wide Web) Basic introduction
1.2 Server-side scripting technology Overview
1.2.1 CGI Introduction
1.2.2 ASP Introduction
1.2.3 PHP Introduction
Introduction to 1.2.4 JSP
1.3 Summary

2nd Chapter ASP. NET Brief

Introduction to 2.1 Net
2.2 NET and ASP.net
2.3 asp.net
2.4 Summary

2nd article Configuration

3rd Chapter ASP. NET Development Debugging Environment

3.1 NGWS Introduction
3.2 Installation Configuration Ngws
3.2.1 Installation
3.2.2 Sample File Installation
3.3 Installation Issues
3.4 Summary
4th Chapter ASP. NET's basic configuration

4.1 Simple Introduction
4.2 Configuration Config.web
4.2.1 Overview
4.2.2 Config.web Configuration structure
Dynamic modification of 4.2.3 Config.web
4.2.4 config.web Standard Configuration items
4.3 global.asax
4.3.1 application Directory
4.3.2 Global.asax
4.3.3 Life cycle
4.4 Summary

5th chapter Common Built-in objects

5.1 Request Object
5.1.1 QueryString Collection
5.1.2 Browser Object
5.1.3 Form Collection
5.2 Application
5.2.1 Add method
5.2.2 Lock and Unlock method
5.2.3 Clear Method
5.3 Session
5.3.1 ASP. NET's session overview
5.3.2 Set the storage state of the session
5.3.3 Read and write session
5.4 Response
5.4.1 Response Properties
5.4.2 Response method
5.5 Server
Properties of 5.5.1 Server
5.5.2 Server method
5.6 Cookies
5.7 Summary

6th Chapter Common Configuration

6.1 Authentication and authorization
6.1.1 Windows-based authentication
6.1.2 Cookie Authentication
The role of 6.1.3 certification
6.2 Internationalization and Localization applications
6.3 Summary

3rd article control

7th Chapter Form Control Reference

7.1 About form controls
7.2 HTML Form Controls
7.2.1 HtmlAnchor
7.2.2 HtmlButton
7.2.3 HtmlForm
7.2.4 HtmlGenericControl
7.2.5 HtmlImage
7.2.6 HtmlInputButton
7.2.7 HtmlInputCheckBox
7.2.8 HtmlInputFile
7.2.9 HtmlInputHidden
7.2.10 HtmlInputImage
7.2.11 HtmlInputRadioButton
7.2.12 HtmlInputText
7.2.13 HtmlSelect
7.2.14 htmltable, HtmlTableCell, HtmlTableRow
7.2.15 HtmlTextArea
7.3 Web Form Controls
7.3.1 AdRotator
7.3.2 Button
7.3.3 Calendar
7.3.4 CheckBox
7.3.5 CheckBoxList
7.3.6 CompareValidator
7.3.7 CustomValidator
7.3.8 DataGrid
7.3.9 DataList
7.3.10 DropDownList
7.3.11 HyperLink
7.3.12 Image
7.3.13 ImageButton
7.3.14 Label
7.3.15 LinkButton
7.3.16 ListBox
7.3.17 Panel
7.3.18 RadioButton
7.3.19 RadioButtonList
7.3.20 RangeValidator
7.3.21 RegularExpressionValidator
7.3.22 Repeater
7.3.23 RequiredFieldValidator
7.3.24 Table, TableCell, TableRow
7.3.25 TextBox
7.3.26 ValidationSummary
7.4 Summary

8th Chapter Control Related

8.1 Cosmetic of a control
The development of 8.1.1 Web interface design
8.1.2 CSS Introduction
8.1.3 HTML Form Controls
8.1.4 Web Form Controls
8.2 Data binding
8.2.1 General Variable
8.2.2 Collection
Expression and method of 8.2.3
8.2.4 Datebinder.eval ()
8.3 Validation Controls
8.3.1 Overview
8.3.2 Client Execution
8.3.3 Check Considerations
8.3.4 Specific Application examples
8.3.5 Regular Expression
8.4 About Pagelet
8.4.1 definition Pagelet
8.4.2 Reference Pagelet
8.4.3 Read the Pagelet value
8.4.4 programming to create Pagelet objects
8.5 Control differences
8.6 Summary

4th Chapter Grammar

9th Chapter Form Syntax

9.1 Web processing method
9.2 ASP. NET's basic composition
9.2.1 use asp<%%> and <%=%> code block
9.2.2 <script runat= "Server" > code block
9.2.3 Comment Statement
9.2.4 Include files
9.3 Summary

10th Chapter Namespaces

10.1 Overview
10.2 The necessity of the name space
10.3 Common namespaces
10.3.1 System
10.3.2 Sysem.data
10.3.3 System.Net
10.3.4 system.web
10.3.5 System.Web.UI
10.4 Summary

11th Chapter C # Introduction

11.1 Overview
11.2 C # Introduction
Why 11.2.1 C # appears
11.2.2 C # Solution
11.2.3 C # brings the controversy
11.3 Summary

12th Chapter introduction of common directives

12.1 @import
12.2 @page
12.3 Summary

5th component and Ado.net

13th Chapter Summary

13.1 Basic Introduction
13.2 Applications and examples
13.3 Summary

14th. CSC and vbc Compilation command

14.1 CSC Compilation Command
14.1.1/optimize
14.1.2/doc
14.1.3/out
14.1.4/nooutput
14.1.5/target
14.1.6/addmodule
14.1.7/nostdlib
14.1.8/refrence
14.1.9/bugreport
14.1.10/checked
14.1.11/debug
14.1.12/fullpaths
14.1.13/nwoarn
14.1.14/warn
14.1.15/warnaserror
14.1.16/define
14.1.17/linkresource
14.1.18/resource
14.1.19/win32icon
14.1.20/win32res
14.1.21 @
14.1.22/? and/help
14.1.23/baseaddress
14.1.24/codepage
14.1.25/incremental
14.1.26/main
14.1.27/nologo
14.1.28/recurse
14.1.29/unsafe
14.2 vbc Compile command
14.3 Summary

15th Chapter Codebehind Technology

15.1 Simple examples
15.2 Code Extension
15.3 Summary

16th Chapter Export the original component

16.1 Export Components
16.2 Summary

17th Chapter Ado.net

17.1 Discard ADO
Similarities and differences of 17.2 ADO and Ado.net
How to use 17.2.1
17.2.2 storage Format
17.2.3 Relations between tables
17.2.4 data Access
17.2.5 Broken recordset
17.2.6 programmable capability
17.2.7 data sharing
17.2.8 through the firewall
17.3 ADO. NET Introduction
17.4 Summary

6th article tools and examples

18th Chapter Installation Introduction

18.1 About programming tools
18.2 Installation Preparation Work
18.3 Installation Work
18.4 Use Introduction
18.5 Summary

19th Chapter Hello World

19.1 Hello World Program
19.1.1 HTML Source code
19.1.2 ASP Source code
19.1.3 ASP. NET Source code
19.2 Code Analysis
19.3 Program Extensions
19.4 Summary

20th chapter on debugging

20.1 Page-level tracking
20.2 Application-Level tracking
20.3 Summary

Appendix A Microsoft.NET white Paper
Appendix B Bill Gates talk about Microsoft.NET
Appendices C C # and VB Grammar tables
Appendix D Comparison of Microsoft.NET and Java EE composition techniques





Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.