ASP.NET编程(影印版)
ASP.NET编程(影印版)作者:(美国)Jesse Liberty (美国)Dan Hurwitz (美国)Dan Mabarry

出版社:开明出版社
页码:1146 页
出版日期:2009年
开本:16
内容简介通过《ASP.NET编程(影印版)(套装上下卷)》你将快速学习使用微软的流行网络开发技术和Visual Studio 2008来创建具有很高水准的应用程序。这本更新后的畅销书提供了全面而又易于理解的信息来帮助你使用几项.NET 3.5的技术,加快开发速度并且提高网络应用程序的性能——包括使用ASP.NET AJAX的互动用户界面,应用LINQ进行数据访问和用Windows Communication Foundation(WCF)来创建网络服务。《ASP.NET 3.5编程》包含例子和示例代码让你探索深层次的ASP.NET开发技术。
作者简介Jesse Liberty是O'Reilly的畅销书《Learning ASP.NET 3.5》《Programming C# 3.0》和《Programming .NET 3.5》的作者。
编辑推荐通过《ASP.NET编程(影印版)(套装上下卷)》,你将:
学习AJAX和ASP.NET服务器控制,包括使用Visual Studio 2008
探索如何使用DataSource和ADO.NET中的数据约束控制
使用新的LINQ应用程序接口以及在ASP.NET网页中应用它
使用Master Pages来为你的整个应用程序创建统一的外观和感受
运用浏览控制来轻易地构建站点地图、菜单和网页导航
通过WCF来构建和使用各种网络服务
在开发过程中发现错误并在你的产品代码中处理这些错误
学习如何配置和部署你的网站
《ASP.NET编程(影印版)(套装上下卷)》由微软技术专家Jesse Liberty、Dan Hurwitz和Dan Maharry所著,是学习如何使用微软的最新技术来构建动态互动网络应用程序的最佳书籍。
目录上卷
Preface
1. Web Development in 2008
AJAX
.NET Framework 3.0 and 3.5
Visual Studio 2008
Internet Information Services 7.0
Beyond 2008
On to VS2008
2. Visual Studio 2008
First Sight: The Start Page
Creating Your First Web Page
Projects and Solutions
The Integrated Development Environment
3. Controls: Fundamental Concepts
Events
ASP.NET Server Controls
AJAX Server Controls
HTML Server Controls
Client-Side Processing
4. Basic Controls
Visual Studio Is Not Mandatory
Web Forms: Plain or AJAX?
Label Controls and Literal Controls
TextBox Control
HiddenField Control
Button Controls
HyperLink Control
Images
Selecting Values
5. More Controls
Panel Controls
The UpdatePanel Control
MultiView and View Controls
The Wizard Control
The FileUpload Control
The AdRotator Control
The Calendar Control
6. Website Fundamentals
The Page Class
The Code-Behind File
Moving to Another Page
State
Life Cycle
Directives
7. Data Source Controls and Connections
Sources of Data and DataSource Controls
Using the ObjectDataSource Control
Using the XmlDataSource Control
Using the SqlDataSource Control
Tracking the Data Source with Events
8. Using Data-Aware Controls
Hierarchical Data Controls
Tabular Data Controls
Lists of Data
One Record at a Time: DetailsView
Many Records at a Time: GridView
Templated Controls
9. ADO. NET
The ADO.NET Object Model
Getting Started with ADO.NET
Creating Data Objects by Hand
Stored Procedures
Updating with SQL and ADO.NET
Updating Data with Transactions
Binding to Business Objects
10. Presenting LINQ
Deconstructing LINQ
LINQ Providers
LINQ to XML
LINQ to SQL
下卷
11. Validation
The RequiredFieldValidator
The Summary Control
The Compare Validator
Range Checking
Regular Expressions
Custom Validation
Validation Groups
12. Forms-Based Security
Authentication
Setting Up Forms-Based Authentication
13. Master Pages and Navigation
Master Pages
Navigation
Filtering Based on Security
14. Personalization
Creating Personalized Websites
Themes and Skins
Web Parts
15. Custom and User Controls
User Controls
Custom Controls
Derived Controls
Composite Controls
16. Web Services
Introducing Web Services
Understanding Web Service Protocols and Standards
Using SOAP Web Services
Developing an ASP.NET SOAP Web Service
Calling the Web Service
Developing a WCF Web Service
Creating and Consuming AJAX-Enabled Web Services
Introducing REST and JSON
Learning More About Web Services
17. Caching and Performance
Types of Caching
Data Caching ..