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 E-Commerce in C#: From Novice to Professional
 
 

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

Cristian Darie , Karli Watson
4.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 49.50
Price: CDN$ 31.19 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 18.31 (37%)
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
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want it delivered Monday, May 28? Choose One-Day Shipping at checkout.

Frequently Bought Together

Customers buy this book with MCTS Self-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft .NET Framework 4 CDN$ 46.08

Beginning ASP.NET E-Commerce in C#: From Novice to Professional + MCTS Self-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft .NET Framework 4
Price For Both: CDN$ 77.27

Show availability and shipping details


Customers Who Bought This Item Also Bought


Product Details


Product Description

Product Description

With the latest incarnations of ASP.NET 3.5 and SQL Server 2008, programming dynamic data–driven web sites 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 and SQL Server 2008 Express Edition—are free. In Beginning ASP.NET E-Commerce in C#: From Novice to Professional, you’ll learn how to best use the free development tools offered by Microsoft to build an online product catalog. 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 web sites efficiently and rapidly with ASP.NET 3.5.

  • Build a complete site, including a shopping cart, checkout, product searching, product recommendations, control panel, customer accounts, order processing, and much, much more.
  • Explore new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book, with each feature you add to the web site.
  • Learn to handle payments by integrating PayPal and DataCash into your site.

What you’ll learn

  • Use Microsoft’s Express products to build an online product catalog.
  • Add payment processing with PayPal and DataCash.
  • Expand your site’s product listing through web services.
  • Implement an order pipeline.
  • Take advantage of SEO techniques to publicize your site.

Who is this book for

Developers wanting to build professional e–commerce sites using the latest .NET technologies.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!

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)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
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:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

4.0 out of 5 stars Excellent Ecommerce book, Jan 4 2010
By 
This review is from: Beginning ASP.NET E-Commerce in C#: From Novice to Professional (Paperback)
Gave it 4 stars, only because of "Link Factory" what it does does it generates absolute links, I am not saying its wrong but it made things so confusing for me, may be its only me.
Bottom line you want to build full fledged e commerce site in Asp.Net/C# get this book or the older version or both.
I am using both versions A: because I don't like "Link Factory", B: because I like the full text search implemented in latest version of book + the attributes chapter(6). Over all a great book on e commerce coding and structure.
I hope the authors writes new book(Asp.Net 4.0) on e commerce, I will definitely buy it with my eyes closed.
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: 3.9 out of 5 stars (21 customer reviews)

7 of 8 people found the following review helpful
5.0 out of 5 stars Great ASP.NET 3.5 Book, April 23 2009
By F. Stepanski - Published on Amazon.com
This review is from: Beginning ASP.NET E-Commerce in C#: From Novice to Professional (Paperback)
Among the many ASP.NET books out now, very few actually go through and help readers how to create large-scale web applications. There are plenty of reference books available explaining how to use the many ASP.NET controls and c# langauge techniques showing you snippets of code but thats about it. In the job market today, people need to understand how to put together (from start to finish) a usable web application that can be used in the "real-world".

This book (as its previous ASP.NET 2.0 version) explains to its readers how to create from scratch a web application using techniques that you would see in a real-world application.

Of course it is a limited database, but it is something that you can build upon and use many of the techniques in other similar web applications.

The book first starts in explaining the database structure (The Balloon Shop) and hoow 3-tier architecture works in a web application today. The presentaion tier, the business tier and the data tier. All these "tiers" are just objects that you create in ASP.NET and C#. The presentation tier would be your web forms (controls and such), your business tier would be all the code (defined in classes) that will interact with the presentation tier and the data tier will be your database and any remaining functions. This is the real web applications work and the author explains it very well.

VS 2008 and SQL Server 2008 Express is used so you dont have to spend any money on other tools (free from Microsoft) and the author goes through all the database tables while explaing database basics such as tables, keys, SQL statements and stored procedures. A very nice database intro.

The author then goes into detail explaining all the classes (explaining how to create classes and why they are useful) that will be used in the application.

Other real-world issues in developing web applications are discussed like performance, error handling, error pages, administrations issues, interacting with 3rd party components, etc.

After you read this book, you should be well versed in developing a pretty sophisticated ASP.NET 3.5 web application.

I highly recommend this book.

3 of 3 people found the following review helpful
3.0 out of 5 stars Error prone with no website for errata or comments that get any attension, Oct 31 2009
By Mel Pama - Published on Amazon.com
This review is from: Beginning ASP.NET E-Commerce in C#: From Novice to Professional (Paperback)
First, the book is a great book as far as showing you how to do website design. Each chapter builds on the rest of the book.
However, there have been problems with the url-rewrite section. Ever since I added that to my sample site it has stopped working properly. My *.css file could not be found, picture urls did not work and more recently my full text search.asp also does not work on pages other than page 1 of a category site. It took me over a month of on again off again trying to get it to work for me to find out about how to fix this problem by adding another url rewrite to my web config file. The authors just seem to skip this part of the code. It is not in their code either so I start to wonder if they ever tried their code before being finished with the book.
It has been impossible to contact them about this problem and on Christians web site their are no errata available to view or able to be published. The site on [...] is completely useless and I have never received a response from it or the authors about my questions. This attitude that they have is beyond me.

4 of 5 people found the following review helpful
1.0 out of 5 stars Take your money and run RIP OFF, April 12 2010
By William Jackson - Published on Amazon.com
This review is from: Beginning ASP.NET E-Commerce in C#: From Novice to Professional (Paperback)
This authors attitude is I got your money go screw your self
I would not recommend buying this book to anyone the authors do not seem to care about their mistakes in this book I've seen the same complaints every where this book is for sale world wide numerous people have tried contacting the author with no success. I found bugs in the source code the same bug can be found throughout the source code samples it won't run with this bug so they could not have run their own code if they did they knew there where bug and took no steps to solve the problem. I contacted the publisher more than a month ago they where going to get on the authors to get some errata up for this book they can't even get this author to put up a fix for the code, there is no errata for this book despite many people asking for it If you buy this book after reading this you can't say you weren't warned it's code heavy basic [...] data access I haven't seen much [...] 3.5 specific stuff in this book and I would never buy another book with these authors names on it they clearly don't know what they are talking about or they would have put the errata up the 5 star ratings must be pepole who are related to these authors or they never sat down and did this tutorial I typed out every line in this tutorial I got mine to work only after finding thie mistakes. This book is for developers who are more advanced than the authors such a developer wouldn't need this book DON'T BUY THIS BOOK
 Go to Amazon.com to see all 21 reviews  3.9 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