Programming ASP.NET

Jesse Liberty, Dan Hurwitz

  • 出版商: O'Reilly
  • 售價: $1,850
  • 貴賓價: 9.5$1,758
  • 語言: 英文
  • 頁數: 960
  • 裝訂: Paperback
  • ISBN: 0596001711
  • ISBN-13: 9780596001711
  • 相關分類: .NETASP.NET
  • 已絕版

買這商品的人也買了...

商品描述

ASP.NET is the successor technology to Active Server Pages (ASP), the world?s most successful development environment for building server-side web applications. ASP.NET leverages the power of Microsoft?s new .NET platform to allow you to write dynamic, data-driven applications that run over the World Wide Web.

In Programming ASP.NET, Jesse Liberty and Dan Hurwitz teach you everything you need to know to write web applications and web service applications. The book focuses on ASP.NET development using both C# and Visual Basic .NET, and coding examples are presented in both languages.

Programming ASP.NET includes a detailed tutorial on Web Forms, which, in conjunction with Visual Studio .NET, allow you to apply Rapid Application Development techniques (including drag-and-drop control placement) to web development. Programming ASP.NET includes extensive coverage of each type of server control, including Web server controls, HTML server controls, and custom controls.

Since most web applications and web services involve retrieving data and returning it to a client browser, Programming ASP.NET also offers extensive coverage of data access issues. These include topics such as using ASP.NET's list-bound controls; accessing data using the ADO.NET object model, and updating data with or without transaction support.

Programming ASP.NET also discusses such advanced topics as:

  • Caching and performance
  • Security
  • Configuration and deployment



The ASP.NET technologies are so complete and flexible; your main difficulty may lie simply in weaving the pieces together for maximum efficiency. Programming ASP.NET shows you how to do just that.

Table of Contents

Preface

1. ASP.NET and the .NET Framework

2. Hello World

3. Events

4. Controls

5. ASP Control Details

6. Programming Web Forms

7. Tracing, Debugging, and Error Handling

8. Validation

9. Data Binding

10. List-Bound Controls, Part I

11. Accessing Data with ADO.NET

12. ADO Data Updates

13. List-Bound Controls, Part II

14. Custom and User Controls

15. Web Services Overview

16. Creating Web Services

17. Consuming Web Services

18. Caching and Performance

19. Security

20. Controlling, Configuring, and Deploying Applications

A. Relational Database Technology: A Crash Course

B. Bug Database Architecture

Index