Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional
 
 

Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional [Paperback]

Cristian Darie , Karli Watson
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 49.50
Price: CDN$ 32.62 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 16.88 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 2 to 5 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Product Details


Product Description

Product Description

With the latest incarnations of ASP.NET 2.0 and SQL Server 2005, programming dynamic data-driven websites with Microsoft technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need – Visual Web Developer 2005 Express Editions and SQL Server 2005 Express Edition – are free!

In this book you’ll learn how to best use the free development tools offered by Microsoft to build an online product catalog with shopping cart, checkout, product searching, product recommendations, a control panel, customer accounts, order processing and much much more. You’ll learn how to handle payments by integrating PayPal, DataCash, and VeriSign Payflow Pro into your site. We’ll also teach you how to expand your site’s product listing by expanding your product section through web services.

Each feature you add to your website will introduce you to new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible websites efficiently and rapidly with ASP.NET 2.0.

You can visit a demonstration version of the site built in this book by visiting the author's website.

About the Author

Cristian Darie is a software engineer with experience in a wide range of modern technologies, and the author of numerous books, including his popular ASP.NET C# E-Commerce tutorial, his AJAX and PHP tutorial, and his SEO tutorial for PHP developers. Cristian is studying distributed application architectures for his PhD, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. If you want to say "Hi," you can reach Cristian through his personal website, http://www.cristiandarie.ro.

Karli Watson is the technical director of 3form, as well as a freelance IT specialist, author, developer, and consultant. For the most part, he indulges in .NET and related technologies and has written numerous books about them. He has extensive knowledge of programming database-driven websites and has authored on the titles Beginning ASP .NET 2.0 E-Commerce, Beginning ASP.NET 1.1 E-Commerce, The Programmer's Guide to SQL, Professional C#, Second Edition, and Professional ASP.NET 1.0.

Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search 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
 

 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

5.0 out of 5 stars Excellent Book On ecomerce Programming and structure, Jan 4 2010
By 
This review is from: Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional (Paperback)
Rating this one 5 stars, because its a good book to read and full of coding, and structure wise very well written indeed, Authors have a done a wonderful job.
Basically first couple of chapters shows how the e commerce site should work, then bam bam all coding all the way down to the end; of course with explanation.
I tell you if you want to build e commerce site get this book or the updated version I bought that one also, but I found a problem with it -->"Link Factory"<-- man it derailed me many times, so I decided to buy this one, see how much I like it:).
I hope in the newest edition if authors planing to write; they do not include the "Link Factory".
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.8 out of 5 stars (20 customer reviews)

26 of 26 people found the following review helpful
5.0 out of 5 stars A Must-Have ASP.NET Reference, Dec 30 2005
By Cameron Scholtz - Published on Amazon.com
This review is from: Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional (Paperback)
If you're reading this then you're probably new to ASP.NET 2.0 or you want to build an online store using ASP.NET. This is money well spent. This book is an excellent step-by-step tutorial for building an online store. AND it's just packed with ASP.NET, C# and SQL Server programming tips. I bookmarked these tips as I was building my web site and now I find myself turning back to it to implement these goodies.

The authors have outdone themselves. I really really like this book. I own the 2002 Wrox version as well so I can tell you that "ASP.NET 2.0 E-Commerce in C# 2005" has been completely updated! It is a fantastic tutorial for anyone new to ASP.NET and the best reference for more experienced programmers who may be new to e-commerce. The authors will walk you through (in detail) the creation of a fully functional online store.

One nice feature is that the authors don't assume anything. They explain each step as the book progresses. Are you in a hurry? No problem. The first few chapters are enough to get a basic store up and running. Subsequent chapters continue to build onto this existing solution. So you can get started fast and then add on features as you learn or have time.

I also find this book to be a valuable reference to more experienced programmers because it is chock full of developer tips. There is a great example of building a key word search, and search ranking system with SQL Server. The authors touch on error handling and how to show custom error messages in a way that anyone will find helpful. Other handy tips include:

* Real-word examples of how to use SQL OUTPUT parameters.

* How to send automatic email alerts when the application encounters an error.

* How to use C# static classes to cache information and improve performance.

* How to build an order pipeline!

The information on using PayPal's payment gateway, PayPal API and credit card processing is worth the cover price alone. There are five chapters on how to wire up your own order processing system. There's even a whole chapter devoted to integrating your ASP.NET web site with Amazon's web services.

I highly recommend this book for anyone new to ASP.NET or new to e-commerce. It's hands down the most thorough ASP.NET e-commerce book I've ever read. And I can also recommend it to more experienced programmers who are looking for a good e-commerce reference. Don't let the title fool. It's a great tool for anyone who wants to make money using ASP.NET. I cannot say enough good things about it so I'll close with the table of contents...

TABLE OF CONTENTS

1. Starting an E-Commerce Site

2. Laying Out the Foundation

3. Creating the Product Catalog: Part I

4. Creating the Product Catalog: Part II

5. Searching the Catalog

6. Improving Performance

7. Receiving Payments Using PayPal

8. Catalog Administration

9 . Creating a Custom Shopping Card

10. Dealing with Custom Orders

11. Making Product Recommendations

12. Adding Customer Accounts

13. Advanced Customer Orders

14. Order Pipeline

15. Implementing the Pipeline

16. Credit Card Transactions

17. Integrating with Amazon

A: Installing the Software

B: Project Management Considerations

20 of 21 people found the following review helpful
5.0 out of 5 stars A Must Have Book For An ASP.NET 2.0 Programmer, Nov 6 2005
By Ben Adamski - Published on Amazon.com
This review is from: Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional (Paperback)
This book is simply the best book on ASP.NET 2.0 when working with Databases. Not only does it help with E-commerce but you can apply the principals to other programming projects for dynamic websites. The Author responds to e-mail questions VERY QUICKLY with helpful responses. There simply isn't another book that covers ASP.NET 2.0 better. I have used many books but none had as helpful of an author as Christian Darie.

8 of 9 people found the following review helpful
4.0 out of 5 stars a v. gud asp.net 2.0 intro book, July 19 2006
By .Net learner ".Net learner" - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional (Paperback)
This would be the best book for introducing someone new to asp.net 2.0. The book is very practical and does it job
educating the idiot like the beginning word suggests in its title. I have notice in later chapters 8 onwards where the author refers to a control when the code is hard coded into
the aspx page. This can be confusing in a beginner book.
I felt that the authors did not do justice by giving partially completed code from chapter 12 onwards. My motivation kind of died after that since there was alot of compilation errors and so forth for a beginners book. It is hard to understand how the other reviewers where able to get the rest of the code running without going through the same problems that I am having.
Unfortunately like other programmers I don't have time to debug author's code.
 Go to Amazon.com to see all 20 reviews  4.8 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges