Library tutorials & articles
Interview with Matthew Reynolds
Introduction
A technical Interview with Matthew Reynolds, author of Beginning E-Commerce with Visual Basic, ASP, SQL Server 7.0 and MTS
Matthew Reynolds is a developer, architect and evangelist of Web-based applications running on Microsoft Internet technologies. He is also Senior Editor for ASPWatch.com.
How did you come to find yourself writing a book for Wrox?
It’s always been something I wanted to do! The timing was lucky, though. I’d just left my old job to set-up my own Internet startup so while my new business was getting up to speed I had the time to realize that ambition. I’d contributed some work to a couple of other Wrox titles before “Beginning E-commerce” and written for a few Web sites, but this was my first major writing project.
In this book you create two object libraries, WroxCommerce and WroxProcessor, what are the main features?
“WroxCommerce” is used to drive the cart and catalog activities of the store, effectively it’s all the bits and pieces that lets the customer see what’s for sale, put things in the shopping cart and order whatever he or she wants to buy. WroxCommerce also handles the management of customer information, recommendations and suggestions and a lot of the cool toys that we build into the components as we work through the book.
“WroxProcessor” controls what happens to the order after the order has been placed in the system. It’s the implementation of what’s called an “order processing pipeline” – it takes the order and passes it between all the interested parties, such as suppliers, warehouse staff, accounts, and so on.
Related articles
Related discussion
-
VB6 Runtime error 381 subsript out of range Error
by Uncle (2 replies)
-
passing and reading parameters from using Shell
by jigartoliya (0 replies)
-
Convert C++ code to VB6
by mawcot (4 replies)
-
listbox scrollbar
by Dennijr (10 replies)
-
Can you describe Above simple VB6 code?
by pramodmca09 (0 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
This thread is for discussions of Interview with Matthew Reynolds.