This book definitively shows how to get a commerce-empowered site up and running quickly and easily with very few enterprise-level tools. The search chapter is a must-read, and you'll learn much from a structured, methodic approach to ASP.NET development.
— Jason Salas, Microsoft MVP, ASP.NET
My overwhelming impression is that (the) book is user-friendly, very well designed, and a joy to use. Top regards to Darie and Watson for their admirable efforts.
— Charles Abboud, MCSD.net
Field experts Cristian Darie and Karli Watson will teach you to build e-commerce websites using ASP.NET technology. The authors walk you comfortably through the processfrom design to deploymentand illustrate a complete e-commerce programming solution. Take a peek at an actual example from the book!
You will learn to make use of third-party shopping-cart and payment facilities (especially suitable for small e-commerce operations). Further into the book, you will learn to supplement your site with greater functionality, eventually crafting a complete online shopping and order processing system.
This book teaches by example and features real-world code. Also included are updates for Visual Studio .NET 2003, and .NET 1.1. Upon reading this book, you will be able to quickly design and run a fully functioning online store. Further, youll learn techniques to maintain flexibility in your sites design, so it can grow right along with your business.
Customer Reviews
Average Rating:
Rating: - Great How to on E-Commerce
I found this book to be extremely helpful in constructing an eCommerce site. It's a great book for an experienced VB developer to use to jump into developing an e-commerce site, even if you only go through the PayPal integration. It's also a great source of material on the construction of a shopping cart, and even if your "shopping cart" is only going to be used on a companie's intranet for product/supply request/issue, it's a great starting point. As a developer I can modify the business tier ... Read More
Rating: - Simply the Best ASP E-Commerce book!
This little book is chock-full of detailed explanations and examples of an e-commerce site built with ASP.net and an SQL database. It's simply the best and definitely most-used technical book on ASP.net I've picked up in the past 2 years! In addition to the detailed explanations, I especially like the lucid examples of creating and calling the SQL Stored Procedures. Learning by example seems to be the most effective way for this novice programmer to complete an e-commerce site, and this book has greatly ... Read More
Rating: - Fully functional, basic webstore
This is an exeptionally well written book for the beginning webstore developer with
It walks you through a complete design of the side with the end result that you have a basic webstore that you could actually take operational. The only weakness in the credit processing section. It's written for a European credit card gateway. It would be nice if one of the more popular US gateways (e.g. authorize.net) was also included.
I also sent a couple of questions to the author and ... Read More
Rating: - Excellent and informative book
I've used this book to construct my first e-commerce website, and I don't think I could have managed without it. The 3 tier design of the sample site is very well organised and easy to adapt to your own requirements. It also makes it simpler for a novice like me to understand how everything works. I found the second part of the book (dealing with the order pipeline and credit card transactions) harder to follow. However, when I contacted the authors about a problem I was having, I received a prompt and ... Read More
Rating: - More end-to-end ASP.NET, less e-commerce
This is primarily a book about constructing an ASP.NET web site using stored procedures, and less a book about e-commerce. There are a few sections, mostly at the end, which are specific to e-commerce. These include the order processing pipeline chapter and the credit card transactions chapter.
This is not to say the book is bad. It's very well written and the code is described step-by-step in detail. There could have been more emphasis on architecture, and a little more on e-commerce. I would ... Read More