Skip to content

Fundamentals of Web Applications Using .Net and XML

Best in textbook rentals since 2012!

ISBN-10: 0130417904

ISBN-13: 9780130417909

Edition: 2002

Authors: Ed Soong, David Zhang

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This is a practical introduction to the fundamentals of .NET Web development for experienced programmers who are now learning .NET. Using rich code examples, this book covers the entire process of .NET Web development, and all the relevant technologies, from ASP.NET to XML. The authors offer a concise review of traditional Web development, then demonstrate the value .NET adds for those building advanced Web applications and services. After introducing .NET's key languages, they present a straightforward migration path from current technologies to ASP.NET, ADO.NET and VB.NET. Coverage includes: .NET framework and architecture; the role of XML, SOAP, and UDDI in .NET development; new…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2002
Publisher: Prentice Hall PTR
Publication date: 3/4/2002
Binding: Paperback
Pages: 608
Size: 6.75" wide x 9.00" long x 1.50" tall
Weight: 2.442
Language: English

Preface
Organization
Sample Programs
Web Site
Acknowledgments
About this Series
Web Sites in a .NET World
Integrated Web Sites
Comparing Visions
Experiences
Building and Maintaining a Web Site
Unanswered Challenges
The Next Five Years
Summary
Fundamentals of .NET
Overview
Inside .NET Framework
Assemblies
Application Domains
Run-Time Hosts
Summary
The Programming Environment of .NET Framework
Cross-Language Interoperability
The Programming Environment
Console Programs That Say "Hello!"
Components That Say "Hello!"
Client Programs of the Components
Network Programming
Summary
ASP.NET
Overview
Features of ASP.NET
Web Forms
Server Controls
ASP.NET Web Applications
Migrating from ASP to ASP.NET
Summary
ADO.NET
Overview
Simple Example
ADO.NET Data Providers
Using .NET Data Provider to Access Data
DataSet and DataAdopter
XML Integration with ADO.NET
Summary
Web Services
Defining Web Services
Clients of Web Services
Asynchronous Invocation of Web Services
Summary
Programming XML with .NET Framework
Accessing XML
Working with Relational Data: XmlDataDocument and DataSet
Transform XML
Serve XML
Summary
Object Remoting
Concept
Object Remoting over an HTTP Channel
Object Remoting over a TCP Channel
Asynchronous Invocation of Remote Method
Deployment of a Service Without Its Implementation
Summary
SOAP Client and XML
SOAP Concepts
The Benefits of SOAP
Building Simple SOAP Clients Under .NET
Summary
Interoperating .NET with Other Platforms
WSDL and .NET
Interoperating with .NET by Examples
Universal Description, Discovery, and Integration
Summary
A Case Study: A Distributed Web Application
The TAU Business Model
The Goals of TAU.NET System Design
Architecture
TAU.NET Node Adaptor
Summary
Web Programming Fundamentals
Classical Web Technology
An Internet Programming Testbed
Microsoft Web Technologies
ASP and COM
Summary
New Features of VB.NET
More Object-Oriented
More Modularized
More Formal, Less Casual
Safer, More Powerful, and Improved Performance
Summary
C# for C++ or Java Programmers
C# for C++ Programmers
C# for Java Programmers
Summary
New Features in JScript.NET
Why Use JS.NET?
Compiled JScript
The Two Uses of JS.NET
JScript Tour in Visual Studio.NET
Object-Oriented Features
Performance Enhancements
Packaging and Deployment (EXE, DLLs, and Packaging)
Debugging
The Compiler
Summary
Visual Studio.NET
Overview of Visual Studio.NET
Toolbars
Creating a Console Application
Using the VS.NET Text Editor
Project Configurations
Debugging
Summary
Index