
Programming ASP .NET
O'Reilly (Publisher)
Published on 12. March 2002
Book
Paperback/Softback
960 pages
978-0-596-00171-1 (ISBN)
Article exhausted; check for reprint
Description
ASP.NET is the successor technology to Active Server Pages (ASP), it allow you to write dynamic, data-driven applications that run over the World Wide Web. Here, 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. The book 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, the book 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.
Also discussed are topics such as: caching and performance; security; and configuration and deployment.
Also discussed are topics such as: caching and performance; security; and configuration and deployment.
Reviews / Votes
"But there's still a need for a good book on the subject. There are several out there, but Programming ASP.NET by O'Reilly is particularly excellent. One measure I use to decide whether I'll buy a book is if it will solve a problem for me. By using this metric, the book would pay for itself several times over." - Mark Newton, PC Pro, November 2002More details
Language
English
Place of publication
Sebastopol
United States
Target group
Professional and scholarly
Illustrations
index
Dimensions
Height: 232 mm
Width: 178 mm
Weight
1308 gr
ISBN-13
978-0-596-00171-1 (9780596001711)
Schweitzer Classification
Other editions
New editions

Jesse Liberty | Dan Hurwitz
Programming ASP.NET
Book
10/2003
2nd Edition
O'Reilly
€41.00
Article exhausted; check for reprint
Persons
Jesse Liberty is a practicing computer consultant, trainer, and best-selling author who specializes in object-oriented analysis and design as well as C/C++, .NET, and Web programming. His company, Liberty Associates, Inc., designs and builds applications for Fortune 100 firms. He also delivers intensive on-site seminars on object-oriented analysis and design for his clients. He has been a distinguished software engineer at AT&T, vice president for technology development at CitiBank, and software architect at Xerox. Dan Hurwitz is the president of Sterling Solutions, Inc., where for nearly two decades he has been providing contract programming and database development to a wide variety of clients.
Content
Preface 1. ASP.NET and the .NET Framework The .NET Framework ASP.NET 2. Hello World The HTML Version The ASP Version Hello World the ASP.NET Way Hello World Using Visual Studio .NET 3. Events Event Model ASP Versus ASP.NET Events Event Arguments Application and Session Events Page and Control Events IsPostBack Postback Versus Non-Postback Events Comparing ASP.NET to ASP 4. Controls HTML Server Controls ASP (Web Server) Controls 5. ASP Control Details The Basics Label Control TextBox Control Button Controls HyperLink Control Selecting Values Selecting from a List Tables Panel Control Images Calendar 6. Programming Web Forms Code-Behind State Lifecycle Directives Using the IDE 7. Tracing, Debugging, and Error Handling Creating the Sample Application Tracing Debugging Error Handling 8. Validation The RequiredFieldValidator The Summary Validator The Compare Validator Range Checking Regular Expressions Custom Validation 9. Data Binding ArrayList Data Binding and Postback Binding to a Class Binding to Other Simple Controls Binding Radio Buttons and Checkboxes 10. List-Bound Controls, Part I Shared Properties and Collections The DataGrid Control Next Steps 11. Accessing Data with ADO.NET Bug Database Design The ADO.NET Object Model Getting Started with ADO.NET Managed Providers Creating a Data Grid Creating Data Objects by Hand Stored Procedures 12. ADO Data Updates Updating with SQL Updating Data with Transactions Updating Data Using Datasets Multiuser Updates Command Builder 13. List-Bound Controls, Part II Binding to the DataList and Repeater Controls The Repeater Control The DataList Control In-Place Editing DataList Editing 14. Custom and User Controls User Controls Custom Controls 15. Web Services Overview How Web Services Work Protocols and Standards 16. Creating Web Services A Simple StockTicker Creating a Discovery File Deployment 17. Consuming Web Services Discovery Creating the Proxy Creating the Consuming Application 18. Caching and Performance Types of Caching Output Caching Object Caching The HttpCachePolicy Class Performance Benchmarking and Profiling 19. Security Authentication Authorization Impersonation 20. Controlling, Configuring, and Deploying Applications What Is an Application? Controlling the Application Configuring the Application Deploying the Application A. Relational Database Technology: A Crash Course B. Bug Database Architecture Index