ASP.NET 3.5编程(上下)

ASP.NET 3.5编程(上下)
作 者: 丽波蒂 赫维茨 马哈里
出版社: 英伟出版社
丛编项:
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: ASP
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

  Jesse Liberty是OReilly的畅销书《Learning ASP.NET 3.5》《Programming C# 3.0》和《Programming .NET 3.5》的作者。

内容简介

《ASP.NET 3.5编程(影印版)(上下)(第4版)》由微软技术专家JesseLiberty、DanHurwitz和DanMaharry所著,是学习如何使用微软的最新技术来构建动态互动网络应用程序的最佳书籍。通过《ASP.NET3.5编程》你将快速学习使用微软的流行网络开发技术和VisualStudio2008来创建具有很高水准的应用程序。这本更新后的畅销书提供了全面而又易于理解的信息来帮助你使用几项.NET3.5的技术,加快开发速度并且提高网络应用程序的性能——包括使用ASP.NETAJAX的互动用户界面,应用LINQ进行数据访问和用WindowsCommunicationFoundation(WCF)来创建网络服务。《ASP.NET3.5编程》包含例子和示例代码让你探索深层次的ASP.NET开发技术。通过《ASP.NET 3.5编程(影印版)(上下)(第4版)》,你将:学习AJAX和ASP.NET服务器控制,包括使用VisualStudio2008探索如何使用DataSource和ADO.NET中的数据约束控制使用新的LINQ应用程序接口以及在ASP.NET网页中应用它使用MasterPages来为你的整个应用程序创建统一的外观和感受运用浏览控制来轻易地构建站点地图、菜单和网页导航通过WCF来构建和使用各种网络服务在开发过程中发现错误并在你的产品代码中处理这些错误学习如何配置和部署你的网站

图书目录

上卷

 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

下卷