Features
- Cover Type: Paperback with 384 pages
- Published by: For Dummies
- Edition: 1st Edition March 14, 2003
- Written in: English
- ISBN 10 Number: 0764516477
- ISBN 13 Number: 978-0764516474
-
Book Dimensions:
9.1 x 7.3 x 0.9 inches
- Weighs: 1.3 pounds
Product Description
Getting a bunch of computers to talk to each other used to be tougher than getting a straight answer from a politician in an election year. .NET web services fixes that. A unique combination of technologies, the .NET platform for the first time makes distributed computing language independent, platform independent, and device independent. Which is a pretty big deal when you consider that applications built and run on the .NET platform are available any time, any place, and on any device—in other words, .NET equals total connectivity. It also means that developers for the Internet and intranets can now use Web services to include all kinds of amazing functionalities in a new program without having to reinvent the wheel and without needing to know anything about the business or complexity of the Web service he or she is using.
Ready to join the .NET Web services revolution? Then this book is for you. Written by bestselling computer book author Anthony Mann, it puts you on the fast track to developing amazing .NET Web serv ices. Here’s you chance to:
- Discover XML and SOAP
- Master the .NET Framework and .NET server
- Create, test and debug Web services using Visual Studio .NET
- Implement your Web services throughout an organization or on the Internet
- Secure your Web services
- Find and consume Web services that were written by other developers
Written in an accessible, easy-to-read format, supplemented with dozens of screen shots and highlighted tips and shortcuts,
.NET Web Services For Dummies covers all the bases for beginners and intermediate .NET users alike. Important topics covered include:
- How Web services can benefit your organization
- Using the .NET framework, .NET server, Visual Studio .NET, and all the tools and technologies on the .NET platform
- Designing, building, testing and deploying Web services
- Migrating from other technologies
Your total guide to bridging the digital communications gap
.NET Web Services For Dummies gets you up and running in no time with the knowledge and skills you need to develop sophisticated Web service applications on the
Microsoft platform.
Back Cover Copy
Discover the .NET framework, use XML, and protect your data
Design, build, test, and implement great .NET Web service applications fast
Getting a bunch of computers to talk to each other used to be tougher than getting your teenager to talk to you. .NET Web services fixes that, and this handy guide gives you no-frills information so you can get going immediately. Discover Visual Studio .NET, .NET Server, and other great ways to bridge the communications gap.
The Dummies Way
- Explanations in plain English
- "Get in, get out" information
- Icons and other navigational aids
- Tear-out cheat sheet
- Top ten lists
- A dash of humor and fun
Reader ReviewsI got this book hoping it would help me figure out how to connect to and use a web service. I was new to asp.net and of course web services. My only previous knowledge of web services came from searches on the internet. When I got this book I skipped everything and thumbed to Chapter 9 on consuming web services where I was able to see a useful and simplified list of steps to follow in Visual Studio that helped me to successfully use the web service. Although the book describes ways to create and consume web services without using Visual Studio, I used it as a reference for use with Visual Studio. I was specifically having trouble figuring out how to include the web service in my Visual Studio project so I could reference the web service's methods. This book, through the simple list of steps (and helpful definitions of the steps themselves), helped me add the web reference to my project and use the web service's methods in my program. That was what I really needed.