快捷索引


会员福利

资源无源时,可利用百度网盘 & 迅雷云盘取回

此内容仅供注册用户。请 %登录%.

神秘内容,请 登录 / 注册 后查看

会员可见全站福利 !

中文名: ASP.NET 2.0 揭秘

英文名: ASP.NET 2.0 Unleashed

版本: CHM

发行时间: 2006年06月06日

地区美国对白语言英语

简介

IPB Image

书名: ASP.NET 2.0 Unleashed
作者: Stephen Walther (Author)
页数: 1992 pages
出版: Sams; Har/Cdr edition (June 6, 2006)
语言: English
ISBN-10: 0672328232
ISBN-13: 978-0672328237

本书是讲解ASP.NET 2.0 Framework 最全面的图书,包含用VB.NET 和C# 两种语言写成的上百段程序代码,覆盖ASP.NET 2.0 Framework 的方方面面。卷1主要包括创建ASP.NET 页面、设计ASP.NET 网站、数据访问、创建组件、站点导航等。本书作者Stephen Walther曾荣获微软技术社区最高荣誉“软件传奇人物”称号。作者Stephen Walther不仅是微软的MVP,更因为此书荣获微软社区最高荣誉Software Legend(软件传奇人物),要知道,历史上这一称号的得主都是Richter、Petzold这样的大师。他在ASP.NET界的地位可以想见。

http://www.amazon.com/ASP-NET-2-0-Unleashe…72328232

IPB Image

Book Description

ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!

From the Back Cover
ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!

Table of Contents | Index

Copyright
About the Author
Acknowledgments
We Want to Hear from You!
Introduction
Who Should Read This Book?
What Do You Need to Know Before You Read This Book?
Changes to This Book
How This Book Is Organized
Viewing the Code Samples
Part I: Building ASP.NET Pages
Chapter 1. Overview of the ASP.NET Framework
ASP.NET and the .NET Framework
Understanding ASP.NET Controls
Understanding ASP.NET Pages
Installing the ASP.NET Framework
Summary
Chapter 2. Using the Standard Controls
Displaying Information
Accepting User Input
Submitting Form Data
Displaying Images
Using the Panel Control
Using the HyperLink Control
Summary
Chapter 3. Using the Validation Controls
Overview of the Validation Controls
Using the RequiredFieldValidator Control
Using the RangeValidator Control
Using the CompareValidator Control
Using the RegularExpressionValidator Control
Using the CustomValidator Control
Using the ValidationSummary Control
Creating Custom Validation Controls
Summary
Chapter 4. Using the Rich Controls
Accepting File Uploads
Displaying a Calendar
Displaying Advertisements
Displaying Different Page Views
Displaying a Wizard
Summary
Part II: Designing ASP.NET Websites
Chapter 5. Designing Websites with Master Pages
Creating Master Pages
Modifying Master Page Content
Loading Master Pages Dynamically
Summary
Chapter 6. Designing Websites with Themes
Creating Themes
Adding Skins to Themes
Adding Cascading Style Sheets to Themes
Creating Global Themes
Applying Themes Dynamically
Summary
Chapter 7. Creating Custom Controls with User Controls
Creating User Controls
AJAX and User Controls
Dynamically Loading User Controls
Summary
Part III: Performing Data Access
Chapter 8. Overview of Data Access
Using DataBound Controls
Using DataSource Controls
Using Programmatic DataBinding
Understanding Templates and DataBinding Expressions
Overview of SQL Server 2005 Express
Sample Database-Driven Web Application
Summary
Chapter 9. Using the SqlDataSource Control
Creating Database Connections
Executing Database Commands
Using ASP.NET Parameters with the SqlDataSource Control
Programmatically Executing SqlDataSource Commands
Caching Database Data with the SqlDataSource Control
Summary
Chapter 10. Using List Controls
Overview of the List Controls
Working with the DropDownList Control
Working with the RadioButtonList Control
Working with the ListBox Control
Working with the CheckBoxList Control
Working with the BulletedList Control
Creating a Custom List Control
Summary
Chapter 11. Using the GridView Control
GridView Control Fundamentals
Using Fields with the GridView Control
Working with GridView Control Events
Extending the GridView Control
Summary
Chapter 12. Using the DetailsView and FormView Controls
Using the DetailsView Control
Using the FormView Control
Summary
Chapter 13. Using the Repeater and DataList Controls
Using the Repeater Control
Using the DataList Control
Summary
Part IV: Building Components
Chapter 14. Building Components
Building Basic Components
Building Component Libraries
Architectural Considerations
Summary
Chapter 15. Using the ObjectDataSource Control
Representing Objects with the ObjectDataSource Control
Using Parameters with the ObjectDataSource Control
Paging, Sorting, and Filtering Data with the ObjectDataSource Control
Handling ObjectDataSource Control Events
Concurrency and the ObjectDataSource Control
Extending the ObjectDataSource Control
Summary
Chapter 16. Building Data Access Components
Connected Data Access
Disconnected Data Access
Executing Asynchronous Database Commands
Building Database Objects with the .NET Framework
Summary
Part V: Site Navigation
Chapter 17. Using the Navigation Controls
Understanding Site Maps
Using the SiteMapPath Control
Using the Menu Control
Using the TreeView Control
Building a SQL Hierarchical Data Source Control
Summary
Chapter 18. Using Site Maps
Using the SiteMapDataSource Control
Using the SiteMap Class
Advanced Site Map Configuration
Creating Custom Site Map Providers
Generating a Google SiteMap File
Summary
Chapter 19. Advanced Navigation
Remapping URLs
Using the VirtualPathProvider Class
Summary
Part VI: Security
Chapter 20. Using the Login Controls
Overview of the Login Controls
Using the Login Control
Using the CreateUserWizard Control
Using the LoginStatus Control
Using the LoginName Control
Using the ChangePassword Control
Using the PasswordRecovery Control
Using the LoginView Control
Summary
Chapter 21. Using ASP.NET Membership
Configuring Authentication
Configuring Authorization
Using ASP.NET Membership
Using the Role Manager
Summary
Part VII: Building ASP.NET Applications
Chapter 22. Maintaining Application State
Using Browser Cookies
Using Session State
Using Profiles
Summary
Chapter 23. Caching Application Pages and Data
Overview of Caching
Using Page Output Caching
Using Partial Page Caching
Using DataSource Caching
Using Data Caching
Using SQL Cache Dependencies
Summary
Chapter 24. Localizing Applications for Multiple Languages
Setting the Current Culture
Using the CultureInfo Class
Creating Local Resources
Creating Global Resources
Using the Localize Control
Summary
Chapter 25. Working with the HttP Runtime
Creating a Custom BuildProvider
Creating a Custom ExpressionBuilder
Creating HttP Handlers
Working with HttP Applications and HttP Modules
Summary
Chapter 26. Configuring Applications
Overview of Website Configuration
Using the Configuration API
Creating Custom Configuration Sections
Creating Encrypted Configuration Sections
Summary
Part VIII: Building Applications with Web Parts
Chapter 27. Introduction to Web Parts
Overview of the Web Part Framework
Creating a Simple Web Part Application
Using Catalog Zones
Using Editor Zones
Using Connections Zones
Summary
Chapter 28. Building Web Parts
Creating Simple Web Parts
Filtering Web Parts
Creating Custom Web Part Verbs
Displaying Web Part Help
Managing Web Parts with the WebPartManager Control
Summary
Chapter 29. Personalizing Web Parts
Overview of Personalization
Configuring Personalization
Creating Personalizable Web Parts
Administrating Personalization
Creating Custom Personalization Providers
Summary
Chapter 30. Extending the Web Part Framework
Creating Custom Web Part Zones
Creating Custom Catalog Zones
Creating Custom Editor Zones
Creating Custom Web Part Display Modes
Summary
Part IX: Custom Control Building
Chapter 31. Building Custom Controls
Overview of Custom Control Building
View State and Control State
Processing Postback Data and Events
Working with Control Property Collections
Creating a Better Designer Experience
Summary
Chapter 32. Integrating JavaScript in Custom Controls
Using the ClientScriptManager Class
Building JavaScript Controls
Building AJAX Controls
Summary
Chapter 33. Building Templated Databound Controls
Creating Templated Controls
Creating Templated Databound Controls
Summary
Part X: Sample Application
Chapter 34. Building an E-Commerce Application
Overview of the E-Commerce Application
Using Master Pages, Themes, and User Controls
Building a Component Library
Creating a Custom Site Map Provider
Creating a Shopping Cart
Protecting Credit Card Numbers
Handling Images
Retrieving Data with AJAX
Improving Performance Through Caching
Conforming to Standards
Summary
Index

[通过安全测试]杀毒软件:kav 6.0
病毒库:2007-9-13
共享时间:不定时,一般在白天(ADSL宽带上网1M的一般上传都在30-40KB左右,
希望大家能帮忙分流.上传速度比较慢,请大家不要着急。
共享服务器:DonkeyseverNo.1
[通过安装测试]WindowsXP SP2

该下载内容仅限于个人测试学习之用,不得用于商业用途,并且请在下载后24小时内删除。版权归原作者所有,如果你喜欢,请购买正版。

书我要,下载先! http://www.books51.com/ 祝您开卷有益!


标签: ,


文章类别:

本文链接: https://www.books51.com/291692.html

【点击下方链接,复制 & 分享文章网址】

ASP.NET 2.0 揭秘 (ASP.NET 2.0 Unleashed )CHM Sams ASP NET 2 0 Unleashed Jun 2006 chm → https://www.books51.com/291692.html

上一篇:

下一篇:

0 ratings, 0 votes0 ratings, 0 votes (0 次顶, 0已投票)
你必须注册后才能投票!
Loading...

添加新评论