ASP.NET3.5编程上下
分類: 图书,计算机/网络,程序设计,ASP,
作者: (美)丽波蒂,(美)赫维茨,(美)马哈里著
出 版 社: 开明出版社
出版时间: 2009-4-1字数:版次: 1页数: 全2册印刷时间:开本: 16开印次:纸张:I S B N : 9787802057357包装: 平装编辑推荐
作者简介:
Jesse Liberty是O'Reilly的畅销书《Learning ASP.NET 3.5》《Programming C# 3.0》和《Programming .NET 3.5》的作者。
内容简介
通过《ASP.NET 3.5编程》你将快速学习使用微软的流行网络开发技术和Visual Studio 2008来创建具有很高水准的应用程序。这本更新后的畅销书提供了全面而又易于理解的信息来帮助你使用几项.NET 3.5的技术,加快开发速度并且提高网络应用程序的性能——包括使用ASP.NET AJAX的互动用户界面,应用LINQ进行数据访问和用Windows Communication Foundation(WCF)来创建网络服务。
《ASP.NET 3.5编程》包含例子和示例代码让你探索深层次的ASP.NET开发技术。通过本书,你将:
学习AJAX和ASP.NET服务器控制,包括使用Visual Studio 2008
探索如何使用DataSource和ADO.NET中的数据约束控制
使用新的LINQ应用程序接口以及在ASP.NET网页中应用它
使用Master Pages来为你的整个应用程序创建统一的外观和感受
运用浏览控制来轻易地构建站点地图、菜单和网页导航
通过WCF来构建和使用各种网络服务
在开发过程中发现错误并在你的产品代码中处理这些错误
学习如何配置和部署你的网站
本书由微软技术专家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 Environmen
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
10.Presentin LINQ
下卷