25 used & new from $0.01

Have one to sell? Sell yours here
 
 
Web Programming with ASP and COM
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Web Programming with ASP and COM (Paperback)

~ (Author)
4.6 out of 5 stars  See all reviews (9 customer reviews)


Available from these sellers.


9 new from $13.99 16 used from $0.01
There is a newer edition of this item:
ASP.NET and VB.NET Web Programming ASP.NET and VB.NET Web Programming 3.5 out of 5 stars (16)
$34.21
In Stock.

Editorial Reviews

Amazon.com Review

Many books introduce Active Server Pages (ASP) programming and most include a few chapters on Component Object Model (COM) development. But Web Programming with ASP and COM offers an innovative mixture of content. Instead of covering COM component development with Visual Basic, like most ASP tutorials, this guide uses the more advanced Visual C++ language as a model.

The book is divided into two parts, with the ASP portion well suited to programmers new to VBScript coding. The text discusses both the VBScript language and the ASP platform in short, topical sections with brief, targeted code examples. This approach gets the reader up to speed on the basics of ASP scripting in no time; only then does it lead into the most advanced topic in the first part, ActiveX Data Object (ADO) programming and database integration.

As readers move to the second part of the book--an introduction to COM component programming with Visual C++--they might want to brush up on C++, since the previous part has them focusing on VBScript. To illustrate COM architecture, the book uses the Active Template Library (ATL) COM Wizard. Other key topics, such as MTS, ADSI, and MSMQ, are introduced very briefly.

Programmers have many reasons to code COM components in C++ for production use, so this ASP introduction is quite useful. But readers should be confident in their HTML and C++ programming skills before diving in. --Stephen W. Plain

Topics covered:

  • Web client/server model
  • Active Server Pages (ASP)
  • Component Object Model (COM)
  • VBScript
  • ASP object model
  • ActiveX Data Object (ADO) database programming
  • Built-in scripting objects
  • ATL COM Wizard
  • COM interfaces
  • COM automation
  • Microsoft Transaction Server (MTS)
  • Active Directory Services Interface (ADSI)
  • Windows NT Web security


Product Description

Active Server Pages (ASP) and the Component Object Model (COM) are two exciting technologies that are quickly making the development of mission-critical Web applications easier than ever. ASP, with its simple scripting languages and well-designed Web object model, is easy to learn. COM is a bit more complex, but is the most widely used standard for distributed reusable software components. Together, ASP and COM provide programmers with the tools necessary to develop applications for e-commerce, messaging, and database front ends.

Web Programming with ASP and COM emphasizes the importance of both technologies in an easy-to-read tutorial format. This book covers the fundamental concepts of ASP and COM, and quickly gets the programmer up to speed building Web applications.

Key topics include:

* Basics of Active Web programming * The VBScript programming language * Fundamentals of ASP and the debugging of applications * Working with databases and ActiveX Data Objects * Introduction to COM objects and the Active Template Library (ATL) * Automation * Introduction to Microsoft(r) Transaction Server (MTS), Active Directory, and Microsoft Message Queues * Securing ASP applications

This thorough, approachable resource shows you the power and flexibility of using ASP and COM together. If you are a Web application developer looking for a down-to-earth introduction to the construction of ASP Web applications using COM components, you need this book.

The accompanying CD-ROM includes extensive code examples used in the book, along with compiled, ready-to-run COM components.


Product Details

  • Paperback: 416 pages
  • Publisher: Addison Wesley Longman (December 17, 1999)
  • Language: English
  • ISBN-10: 0201604604
  • ISBN-13: 978-0201604603
  • Product Dimensions: 9.1 x 7.3 x 1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon.com Sales Rank: #1,967,310 in Books (See Bestsellers in Books)

More About the Author

Matt J. Crouch
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Matt J. Crouch Page

Look Inside This Book

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

9 Reviews
5 star:
 (6)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
14 of 14 people found the following review helpful:
5.0 out of 5 stars Excellent introduction to ASP and COM, March 16, 2000
This book is an excellent introduction to both COM and ASP. My questions were answered clearly and easily, and it didn't hurt my brain too much either. I was thrown into the situation of supporting a site (using ASP and some COM) without much background in either subject, and this book helped me to come up to speed quickly and make the site better in the process. The book not only introduces the various aspects of ASP and COM that you're likely to encounter in the real world, but also does a very good job of explaining how and why to use them, and the various options you've got at each step. Highly recommended.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 9 people found the following review helpful:
4.0 out of 5 stars Must buy for newbies, June 14, 2000
If you want a basic introduction to ASP, ATL, COM, MTS and ADO and how to put them together then this is the book for you.

When learning how to create an n-tier web application we must all start somewhere - and I would recommend you start here. Once you have experimented with the examples in this book then move onto the more focused books (ASP 3.0, Mastering COM and COM+, ATL Internals, etc).

The accompanying CD is ok, but does contain a mistake or two (which you will have to work out) and doesn't always exactly match the code shown in the book - but this should not cause you any problems if you have understood the written text.

As this is a basic introduction there are a number of topics it does not cover - OLEDB, threading for example.

For me though, this has been the clearest introduction to web programming for c++.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars Practical Web Programming with COM, January 28, 2000
By Gerald Montgomery (Scottsdale, AZ) - See all my reviews
(REAL NAME)   
This book covers a lot more ground than the title would indicate including VBScript, ADO, IIS, ATL and primers on MTS, Active Directory and MSMQ. Perhaps a more appropriate title would have been "Web Programming with COM".

A book covering this much ground is obviously doing it at a higher level. As the author states in the 'Advanced COM' chapter - "Among COM and ATL gurus, this is considered toddler-level material." But the material is very practical with sample code throughout allowing someone interested in learning Internet programming to get his or her feet wet without becoming overwhelmed by theory.

The appendixes had additional information on IIS and Personal Web Server setup as well as methods for debugging ASP components that I found very helpful.

If you're looking for an in depth focus on one of these technologies go elsewhere. But if you're a VB or C++ programmer looking for a good practical hands-on introduction to web programming using Microsoft technologies then this will definitely help you fill in the gaps.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Execellent book for beginners on ASP and COM
I'd like to thank the author for writing such
a brilliant book. Everything I wanted to know
as a beginner is there.
Published on October 28, 2002 by may

5.0 out of 5 stars Would have saved me a lot of frustration!
This book freaking rocks! I only wish I had found it back when I was learning ASP. It addresses all of the ASP issues that had me frustrated when developing an interactive site... Read more
Published on July 6, 2001 by Brian Donnelly

5.0 out of 5 stars Excellent relevant sections (other technologies)
This is a brilliant book, it focuses on the essentials required for developing real world web applications. The section on "real" COM (using C++ ATL) is excellent! Read more
Published on May 24, 2000 by mvillazon

4.0 out of 5 stars Matt explains ASP well
Matt explains ASP well - he provides a good introduction and outlines the constructs of the language. Read more
Published on February 8, 2000 by Frank Gilbane, President, Blue...

3.0 out of 5 stars Seems ok... but poor CD
I looked the book over and ostensibly, it looks good. but upon further inspection of the CD, I find that the code is EXTREMELY difficult to read with many extranuous tags all... Read more
Published on February 7, 2000

5.0 out of 5 stars Great stuff for learning the latest technology on the web!
The author does a good job of explaining how to take advantage of the latest technology for web programming with Active Server Pages and the Component Object Model standard. Read more
Published on January 27, 2000 by Jeff O'Connell

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
textbook scam 66 4 days ago
Textbooks for Kindle DX? 60 7 days ago
Amazon is a great place to buy textbooks! 35 16 days ago
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.