Skip to content

Programming . NET Web Services Building Web Services ASP. NET and C#

Best in textbook rentals since 2012!

ISBN-10: 0596002505

ISBN-13: 9780596002503

Edition: 2002

Authors: Alex Ferrara, Matthew MacDonald

List price: $39.95
Blue ribbon 30 day, 100% satisfaction guarantee!
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!

Web services are poised to become a key technology for a wide range of Internet-enabled applications, spanning everything from straight B2B systems to mobile devices and proprietary in-house software. While there are several tools and platforms that can be used for building web services, developers are finding a powerful tool in Microsoft's .NET Framework and Visual Studio .NET. Designed from scratch to support the development of web services, the .NET Framework simplifies the process--programmers find that tasks that took an hour using the SOAP Toolkit take just minutes. "Programming .NET Web Services is a comprehensive tutorial that teaches you the skills needed to develop web services…    
Customers also bought

Book details

List price: $39.95
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 10/29/2002
Binding: Paperback
Pages: 414
Size: 7.01" wide x 9.17" long x 0.88" tall
Weight: 1.606

Ferrara is CTO of Boston Technical, a Boston-based IT consulting firm. Alex graduated from the University of Pennsylvania with a degree in electrical and computer engineering. He is currently pursuing an MBA at Columbia Business School.

Matthew MacDonald is an author,educator, and MCSD developer who has a passion for emerging technologies. He isthe author of more than a dozen books about .NET programming. In a dimly-remembered past life, he studied English literature and theoretical physics.

Preface
Understanding Web Services
Why Web Services?
The Origin of Web Services
The .NET Web Service Architecture
Competing Web Service Technologies
Other Technologies
Creating ASP.NET Web Services
Creating a Web Service: "Hello, World"
The WebService Attribute
The WebMethod Attribute
Deploying a Web Service
Using the .NET Compilers
Consuming Web Services
The Web Service Consumer Model
Accessing Web Services: HTTP
Exposing Web Services: WSDL
Calling Web Services: the Client Proxy
Creating a Client Proxy
Working with the Proxy Class
Consuming a Web Site Using a Screen Scraper Service
Working with Data Types
Working with Simple Data Types
Working with Complex Data Types
Using Complex Data Types as Arguments
Passing Data with DataSets
Using Binary Data
Managing State
The Great State Debate
State Management Scenarios
ASP .NET's Session State Facility
Session State Configuration
Example: Managing Session State
Application State
Custom Cookies
Stateless Web Services and Tickets
SOAP Headers
Asynchronous Services
Asynchronous Consumption
Asynchronous Services
Caching and Profiling
ASP .NET Caching
Simple Output Caching
Data Caching
Cache Dependencies
Replacing Stateful Design with Caching
Profiling Your Web Service
Debugging, Tracing, and Logging
Debugging in Visual Studio .NET
Using Exceptions
Logging Errors with .NET
SOAP Extensions
Advanced SOAP Extensions
Security and Authentication
Potential Vulnerabilities
Web Service Authentication
HS Security Features
ASP .NET Security
Programmatic Security
Custom Authentication Techniques
Process Security
Publishing and Discovery
Publishing
UDDI
UDDI Business Registries
Registering a Business Entity
WSDL and UDDI
Visual Studio .NET and UDDI
UDDI Messaging
UDDI Access with .NET
The WS-Inspection Alternative
Customizing the IE Test Page
Interoperability
State of the Specifications
Implementation Differences
SOAP Interoperability
WSDL Interoperability
HTTP Interoperability and M-Post
Known Interoperability Problems
Maxmizing Interoperability
Namespace Quick Reference
Web Service Technologies
Index